Skip to content

Commit ad90643

Browse files
committed
revert: drop requests/pytest bumps; keep only the 4 listed CVE fixes
CI broke under the wider upgrade, so narrow scope back to: - pygments 2.17.2 -> 2.20.0 (CVE-2026-4539) - pyasn1 0.6.2 -> 0.6.3 (CVE-2026-30922) - black 23.12.1 -> 26.3.1 (CVE-2026-32274) - pillow 12.1.1 -> 12.2.0 (CVE-2026-40192) Reverted to main: requests 2.32.5, pytest 7.4.4, pytest-asyncio 0.23.8, pluggy 1.4.0. The only forced transitive bumps are black 26.3.1's own deps (pathspec 0.12.1 -> 1.0.4 and new pytokens 0.4.1). 55/55 tests pass under the resulting requirements.txt. https://claude.ai/code/session_01CSENfJ5u4nVLrpBqD8npqa
1 parent 2d24c50 commit ad90643

3 files changed

Lines changed: 33 additions & 36 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.33.0"
36+
requests = ">2.32.4"
3737
pyyaml = "6.0.1"
3838
typing-extensions = "4.6.0"
3939
idna = "3.7"
@@ -53,7 +53,7 @@ flake8 = "^6.0.0"
5353
types-pyyaml = "^6.0.12.8"
5454
types-cachetools = "^5.3.0.4"
5555
types-requests = "^2.28.11.15"
56-
pytest = ">=9.0.3"
56+
pytest = "^7.2.2"
5757
pytest-asyncio = ">=0.21,<0.24"
5858

5959
[build-system]

requirements.txt

Lines changed: 2 additions & 3 deletions
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.33.0 ; 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"
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"
@@ -54,5 +54,4 @@ urllib3==2.6.2 ; python_version >= "3.10" and python_full_version < "3.13"
5454
websocket-client==1.7.0 ; python_version >= "3.10" and python_full_version < "3.13"
5555
zipp==3.20.2 ; python_version >= "3.10" and python_full_version < "3.13"
5656
# required for tests
57-
pytest==9.0.3 ; python_version >= "3.10" and python_full_version < "3.13"
58-
pytest-asyncio==0.23.3 ; python_version >= "3.10" and python_full_version < "3.13"
57+
pytest-asyncio==0.23.7 ; python_version >= "3.10" and python_full_version < "3.13"

0 commit comments

Comments
 (0)