Skip to content

Commit 9807136

Browse files
committed
Pin requests to 2.33.0 instead of 2.33.1
2.33.1 was released 2026-03-30 (less than a month old). 2.33.0 also fixes CVE-2026-25645 and has been out long enough to be considered stable. https://claude.ai/code/session_01Nsf9RKZvau6jx2vA8MULoD
1 parent 48b7843 commit 9807136

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

poetry.lock

Lines changed: 5 additions & 4 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
@@ -20,7 +20,7 @@ slack-sdk = "^3"
2020
pyjwt = "^2.4.0"
2121
requests = [
2222
{version = "^2.32.4", python = "<3.10"},
23-
{version = "^2.33.0", python = ">=3.10"}
23+
{version = ">=2.33.0,<2.33.1", python = ">=3.10"}
2424
]
2525
certifi = "2024.7.4"
2626
types-toml = "^0.10.2"

0 commit comments

Comments
 (0)