Skip to content

Commit

Permalink
build(deps-dev): update httpx requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.24.1...0.28.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent be28d8e commit 5a94088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pytest = ">=7.1.2,<9.0.0"
pytest-cov = ">=3,<6"
pytest-asyncio = ">=0.21.1,<0.25.0"
tox = ">=3.26,<5.0"
httpx = ">=0.24.1,<0.28.0"
httpx = ">=0.24.1,<0.29.0"
ruff = ">=0.5.0,<0.9.0"
pyright = ">=1.1.350,<1.2"

Expand Down

0 comments on commit 5a94088

Please sign in to comment.