Skip to content

Commit

Permalink
Merge pull request #216 from nnsnodnb/renovate/httpx
Browse files Browse the repository at this point in the history
Update httpx
  • Loading branch information
nnsnodnb authored Feb 22, 2024
2 parents e222568 + 8d5f6e1 commit b1d1e1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -26,7 +26,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
httpx = {extras = ["http2"], version = ">=0.23.0,<0.27.0"}
httpx = {extras = ["http2"], version = ">=0.23.0,<0.28.0"}
PyJWT = ">=2.0.0,<2.9.0"
cryptography = ">=39,<43"

Expand All @@ -37,7 +37,7 @@ isort = "^5.10.1"
flake8 = "^7.0.0"
mypy = ">=1.8,<2"
pytest-cov = "^4.0.0"
pytest-httpx = ">=0.21.3,<0.30.0"
pytest-httpx = ">=0.21.3"
pytest-asyncio = ">=0.20.3,<0.24.0"
pem = "^23.1.0"

Expand Down

0 comments on commit b1d1e1f

Please sign in to comment.