Skip to content

Commit

Permalink
build(deps): update httpx requirement from <0.28 to <0.29
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.0.1...0.28.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 0dd9560 commit 4316ce2
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 @@ -43,7 +43,7 @@ dynamic = [
"version",
]
dependencies = [
"httpx<0.28", # this is pinned temporarily, until respx is able to mock 0.28+ properly
"httpx<0.29", # this is pinned temporarily, until respx is able to mock 0.28+ properly
"xsdata>=24.5",
]
optional-dependencies.cli = [
Expand Down

0 comments on commit 4316ce2

Please sign in to comment.