diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea998f..f525a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## _v1.11.2_ + +### **Date: 21-APRIL-2025** + +- Version bump and security fixes. + ## _v1.11.1_ ### **Date: 26-MARCH-2025** diff --git a/contentstack/__init__.py b/contentstack/__init__.py index 64d8d26..25fd958 100644 --- a/contentstack/__init__.py +++ b/contentstack/__init__.py @@ -22,7 +22,7 @@ __title__ = 'contentstack-delivery-python' __author__ = 'contentstack' __status__ = 'debug' -__version__ = 'v1.11.1' +__version__ = 'v1.11.2' __endpoint__ = 'cdn.contentstack.io' __email__ = 'mobile@contentstack.com' __developer_email__ = 'shailesh.mishra@contentstack.com' diff --git a/requirements.txt b/requirements.txt index cdc9aef..5937fcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ twython==3.9.1 -setuptools~=74.0.0 +setuptools~=78.1.0 contentstack-utils==1.3.0 python-dateutil==2.8.2 requests==2.32.3 @@ -10,7 +10,7 @@ Sphinx==7.3.7 sphinxcontrib-websupport==1.2.7 pip==23.3.1 build==0.10.0 -wheel==0.44.0 +wheel==0.45.1 lxml==5.3.1 utils~=1.0.2 keyring==23.13.1 @@ -41,7 +41,7 @@ blinker~=1.8.2 itsdangerous~=2.2.0 isort==5.13.2 pkginfo==1.11.1 -pylint==3.2.6 +ruff==0.11.5 astroid==3.2.4 mccabe==0.7.0 platformdirs==3.9.1