Skip to content

Commit

Permalink
Update httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 21, 2023
1 parent e7c827c commit 448a7d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
httpx = {extras = ["http2"], version = "^0.25.0"}
httpx = {extras = ["http2"], version = "^0.26.0"}
PyJWT = "^2.6.0"
cryptography = ">=39,<42"

Expand All @@ -32,7 +32,7 @@ flake8 = "^6.0.0"
mypy = ">=0.971,<1.8"
pytest-cov = "^4.0.0"
coveralls = "^3.3.1"
pytest-httpx = "^0.27.0"
pytest-httpx = "^0.28.0"
pytest-asyncio = ">=0.20.3,<0.24.0"

[build-system]
Expand Down

0 comments on commit 448a7d9

Please sign in to comment.