Skip to content

Commit 08e291b

Browse files
committed
bumping requests version
1 parent c7c6601 commit 08e291b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ alive-progress = "^3.1.2"
3333
prometrix = "0.2.3"
3434
slack-sdk = "^3.21.3"
3535
pandas = "2.2.2"
36-
requests = "2.32.0"
36+
requests = ">=2.32.4"
3737
pyyaml = "6.0.1"
3838
typing-extensions = "4.6.0"
3939
idna = "3.7"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pytz==2024.1 ; python_version >= "3.9" and python_full_version < "3.13"
3838
pyyaml==6.0.1 ; python_version >= "3.9" and python_full_version < "3.13"
3939
regex==2023.12.25 ; python_version >= "3.9" and python_full_version < "3.13"
4040
requests-oauthlib==1.4.0 ; python_version >= "3.9" and python_full_version < "3.13"
41-
requests==2.32.0 ; python_version >= "3.9" and python_full_version < "3.13"
41+
requests==2.32.5 ; python_version >= "3.9" and python_full_version < "3.13"
4242
rich==12.6.0 ; python_version >= "3.9" and python_full_version < "3.13"
4343
rsa==4.9 ; python_version >= "3.9" and python_full_version < "3.13"
4444
s3transfer==0.10.0 ; python_version >= "3.9" and python_full_version < "3.13"

0 commit comments

Comments
 (0)