Skip to content

Commit 7854291

Browse files
committed
Update requirements.
1 parent 79fbda2 commit 7854291

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

poetry.lock

+21-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
astroid==3.2.2 ; python_version >= "3.9" and python_version < "4.0"
22
black==24.4.2 ; python_version >= "3.9" and python_version < "4.0"
3-
boto3==1.34.128 ; python_version >= "3.9" and python_version < "4.0"
3+
boto3==1.34.140 ; python_version >= "3.9" and python_version < "4.0"
44
boto==2.49.0 ; python_version >= "3.9" and python_version < "4.0"
5-
botocore==1.34.128 ; python_version >= "3.9" and python_version < "4.0"
6-
certifi==2024.6.2 ; python_version >= "3.9" and python_version < "4.0"
5+
botocore==1.34.140 ; python_version >= "3.9" and python_version < "4.0"
6+
certifi==2024.7.4 ; python_version >= "3.9" and python_version < "4.0"
77
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
88
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
99
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
@@ -33,15 +33,15 @@ psutil==5.9.8 ; python_version >= "3.9" and python_version < "4.0"
3333
pycodestyle==2.12.0 ; python_version >= "3.9" and python_version < "4.0"
3434
pyflakes==3.2.0 ; python_version >= "3.9" and python_version < "4.0"
3535
pygments==2.18.0 ; python_version >= "3.9" and python_version < "4.0"
36-
pylint==3.2.3 ; python_version >= "3.9" and python_version < "4.0"
36+
pylint==3.2.5 ; python_version >= "3.9" and python_version < "4.0"
3737
pytest-xdist==3.6.1 ; python_version >= "3.9" and python_version < "4.0"
3838
pytest==8.2.2 ; python_version >= "3.9" and python_version < "4.0"
3939
python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4.0"
4040
pytz==2024.1 ; python_version >= "3.9" and python_version < "4.0"
4141
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
4242
requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
4343
rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
44-
s3transfer==0.10.1 ; python_version >= "3.9" and python_version < "4.0"
44+
s3transfer==0.10.2 ; python_version >= "3.9" and python_version < "4.0"
4545
simplejson==3.19.2 ; python_version >= "3.9" and python_version < "4.0"
4646
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
4747
slacker==0.14.0 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)