Skip to content

Commit

Permalink
Update httpx requirement from ^0.26.0 to ^0.27.0 (#11)
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.26.0...0.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent f6ded15 commit cccc617
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 @@ -41,7 +41,7 @@ loguru = "^0.7.2"
# melody.kit
qrcode = "^7.4.2"
authlib = "^1.3.0"
httpx = "^0.26.0" # for `authlib`
httpx = "^0.27.0" # for `authlib`
itsdangerous = "^2.1.2" # for `starlette`
fastapi = "^0.109.2"
toml = "^0.10.2"
Expand Down

0 comments on commit cccc617

Please sign in to comment.