Skip to content

Commit 2404637

Browse files
Merge pull request #111 from contentstack/enh/dx-2371
Used ruff package
2 parents e51f804 + c40f4ce commit 2404637

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## _v1.11.2_
4+
5+
### **Date: 21-APRIL-2025**
6+
7+
- Version bump and security fixes.
8+
39
## _v1.11.1_
410

511
### **Date: 26-MARCH-2025**

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__ = 'v1.11.1'
25+
__version__ = 'v1.11.2'
2626
__endpoint__ = 'cdn.contentstack.io'
2727
__email__ = '[email protected]'
2828
__developer_email__ = '[email protected]'

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
twython==3.9.1
2-
setuptools~=74.0.0
2+
setuptools~=78.1.0
33
contentstack-utils==1.3.0
44
python-dateutil==2.8.2
55
requests==2.32.3
@@ -10,7 +10,7 @@ Sphinx==7.3.7
1010
sphinxcontrib-websupport==1.2.7
1111
pip==23.3.1
1212
build==0.10.0
13-
wheel==0.44.0
13+
wheel==0.45.1
1414
lxml==5.3.1
1515
utils~=1.0.2
1616
keyring==23.13.1
@@ -41,7 +41,7 @@ blinker~=1.8.2
4141
itsdangerous~=2.2.0
4242
isort==5.13.2
4343
pkginfo==1.11.1
44-
pylint==3.2.6
44+
ruff==0.11.5
4545
astroid==3.2.4
4646
mccabe==0.7.0
4747
platformdirs==3.9.1

0 commit comments

Comments
 (0)