Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit b8b2d28

Browse files
chore(deps): bump httpx from 0.27.2 to 0.28.0
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91d9dab commit b8b2d28

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

poetry.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ packages = [
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.9"
22-
httpx = {version = ">=0.26,<0.28", extras = ["http2"]}
22+
httpx = {version = ">=0.26,<0.29", extras = ["http2"]}
2323
deprecation = "^2.1.0"
2424
pydantic = ">=1.9,<3.0"
2525
strenum = {version = "^0.4.9", python = "<3.11"}

0 commit comments

Comments
 (0)