Skip to content

Commit

Permalink
Update httpx requirement from ^0.25.2 to ^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.25.2...0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 33fd7bb commit b6d1890
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 @@ -27,7 +27,7 @@ python = ">=3.11,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.8"}
python-dotenv = "^1.0.0"
plotly = "^5.18.0"
httpx = "^0.25.2"
httpx = "^0.26.0"

[tool.poetry.group.doc] # Optional documentation dependencies
optional = true
Expand Down

0 comments on commit b6d1890

Please sign in to comment.