Skip to content

Commit 7c2c25b

Browse files
authored
Merge branch 'develop' into add-auto-delete-old-version
2 parents 1ccde56 + 45afefd commit 7c2c25b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements/dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ types-pywin32==308.0.0.20250128; python_version>="3.9"
1414
types-pywin32==308.0.0.20241221; python_version<"3.9"
1515
types-PyYAML==6.0.12.20241230
1616
types-chevron==0.14.2.20250103
17-
types-psutil==6.1.0.20241221
17+
types-psutil==7.0.0.20250218
1818
types-setuptools==75.8.0.20250210
19-
types-Pygments==2.19.0.20250107
19+
types-Pygments==2.19.0.20250219
2020
types-colorama==0.4.15.20240311
2121
types-dateparser==1.2.0.20250208
2222
types-docutils==0.21.0.20241128
@@ -48,4 +48,4 @@ filelock==3.16.1; python_version<"3.9"
4848
# formatter
4949
black==24.10.0; python_version>="3.9"
5050
black==24.8.0; python_version<"3.9"
51-
psutil==6.1.1
51+
psutil==7.0.0

requirements/pre-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.9.6
1+
ruff==0.9.7

samcli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
SAM CLI version
33
"""
44

5-
__version__ = "1.133.0"
5+
__version__ = "1.134.0"

0 commit comments

Comments
 (0)