Skip to content

Commit 410bfb0

Browse files
Bump httpx from 0.27.2 to 0.28.0 (#1970)
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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ee3a70 commit 410bfb0

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
@@ -57,7 +57,7 @@ mypy = {version = ">=1.12,<1.14", optional = true}
5757
anyio = "^4.3"
5858
trio = "^0.27"
5959
attrs = "^24.2"
60-
httpx = "^0.27"
60+
httpx = ">=0.27,<0.29"
6161

6262
wemake-python-styleguide = "^0.19"
6363
flake8-pytest-style = "^2.0"

0 commit comments

Comments
 (0)