Skip to content

Commit

Permalink
Merge pull request #169 from nnsnodnb/renovate/httpx-0.x
Browse files Browse the repository at this point in the history
Update dependency httpx to ^0.25.0
  • Loading branch information
nnsnodnb committed Dec 17, 2023
2 parents 286e1e3 + e65db07 commit 26cfec5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 45 deletions.
70 changes: 27 additions & 43 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.23.1"}
httpx = {extras = ["http2"], version = "^0.25.0"}
PyJWT = "^2.6.0"
cryptography = ">=39,<42"

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

[build-system]
Expand Down

0 comments on commit 26cfec5

Please sign in to comment.