Skip to content

Commit b760fdd

Browse files
Merge pull request #198 from contentstack/fix/snyk-urllib-version-bump
Upgraded urllib package version
2 parents 2ab13ee + 5578979 commit b760fdd

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.2_
4+
5+
### **Date: 18-May-2026**
6+
7+
- Bumped urllib3 in development requirements to address reported vulnerabilities.
8+
39
## _v2.5.1_
410

511
### **Date: 15-April-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.1'
25+
__version__ = 'v2.5.2'
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
@@ -58,7 +58,7 @@ zipp==3.20.1
5858
distlib~=0.3.8
5959
cachetools~=5.4.0
6060
tomlkit~=0.13.2
61-
urllib3~=2.6.3
61+
urllib3~=2.7.0
6262
exceptiongroup~=1.2.2
6363
iniconfig~=2.0.0
6464
pytest-cov>=4.0.0

0 commit comments

Comments
 (0)