Skip to content

Commit 2abd37b

Browse files
authored
Update httpx to latest upstream release (#9)
* Update httpx to latest upstream release Mitigation for CVE-2021-41945 GHSA-h8pj-cxx2-jfg2 * Stay with Python 3.8 for a little longer
1 parent 7c6c3fa commit 2abd37b

File tree

2 files changed

+28
-44
lines changed

2 files changed

+28
-44
lines changed

poetry.lock

Lines changed: 27 additions & 43 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
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.8"
22-
httpx = ">=0.22,<1"
22+
httpx = ">=0.23,<1"
2323

2424
[tool.poetry.dev-dependencies]
2525
black = "^22.3.0"

0 commit comments

Comments
 (0)