Skip to content

Commit cf6d8d6

Browse files
RoiGlinikclaude
andcommitted
fix(deps): bump requests to 2.34.2 to remediate CVE-2026-25645
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 847db04 commit cf6d8d6

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

poetry.lock

Lines changed: 9 additions & 9 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.11"
3434
slack-sdk = "^3.21.3"
3535
pandas = "2.2.2"
36-
requests = ">2.32.4"
36+
requests = ">=2.33.0"
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
@@ -37,7 +37,7 @@ pytz==2024.1 ; python_version >= "3.10" and python_full_version < "3.13"
3737
pyyaml==6.0.1 ; python_version >= "3.10" and python_full_version < "3.13"
3838
regex==2023.12.25 ; python_version >= "3.10" and python_full_version < "3.13"
3939
requests-oauthlib==1.4.1 ; python_version >= "3.10" and python_full_version < "3.13"
40-
requests==2.32.5 ; python_version >= "3.10" and python_full_version < "3.13"
40+
requests==2.34.2 ; python_version >= "3.10" and python_full_version < "3.13"
4141
rich==12.6.0 ; python_version >= "3.10" and python_full_version < "3.13"
4242
rsa==4.9 ; python_version >= "3.10" and python_full_version < "3.13"
4343
s3transfer==0.16.0 ; python_version >= "3.10" and python_full_version < "3.13"

0 commit comments

Comments
 (0)