Skip to content

Commit

Permalink
Update httpx requirement from ~=0.24.1 to ~=0.25.0 in /.dev
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.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 8e10a35 commit 9f97130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dulwich~=0.21.6
httpx~=0.24.1
httpx~=0.25.0
invoke~=2.2
pre-commit>=2.21.0,<3; python_version<"3.8"
pre-commit~=3.4; python_version>="3.8"
Expand Down

0 comments on commit 9f97130

Please sign in to comment.