Skip to content

Commit

Permalink
Update httpx requirement from <0.25.0,>=0.23.3 to >=0.23.3,<0.26.0
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.23.3...0.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 285f064 commit 8800443
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 @@ -50,7 +50,7 @@ test = [
"mypy ==1.5.1",
"ruff ==0.0.286",
"black ==23.9.1",
"httpx >=0.23.3, <0.25.0",
"httpx >=0.23.3, <0.26.0",
"coverage >=7.0.0, <7.4.0",
"SQLAlchemy-Utils >=0.40.0, <0.42.0",
"arrow >=1.2.3, <1.4.0",
Expand Down

0 comments on commit 8800443

Please sign in to comment.