Skip to content

Commit 64a5d20

Browse files
Merge pull request #200 from contentstack/fix/snyk-fix
upgraded idna version bump
2 parents b760fdd + 562c2cb commit 64a5d20

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## _v2.5.3_
4+
5+
### **Date: 08-June-2026**
6+
7+
- Fixed security issues.
8+
39
## _v2.5.2_
410

511
### **Date: 18-May-2026**

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__title__ = 'contentstack-delivery-python'
2323
__author__ = 'contentstack'
2424
__status__ = 'debug'
25-
__version__ = 'v2.5.2'
25+
__version__ = 'v2.5.3'
2626
__endpoint__ = 'cdn.contentstack.io'
2727
__email__ = 'support@contentstack.com'
2828
__developer_email__ = 'mobile@contentstack.com'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Pygments~=2.20.0
5151
wrapt==1.16.0
5252
certifi==2024.8.30
5353
oauthlib==3.2.2
54-
idna==3.10
54+
idna==3.15
5555
chardet~=5.2.0
5656
alabaster==0.7.16
5757
zipp==3.20.1

0 commit comments

Comments
 (0)