Skip to content

Commit 2871f86

Browse files
build(deps): bump httpx from 0.27.2 to 0.28.1
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.1. - [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.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bc547b commit 2871f86

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
@@ -31,7 +31,7 @@ python = ">=3.8.1,<3.12"
3131
pydantic = "^2.4.2"
3232
pydantic-settings = "^2.0.3"
3333
tenacity = ">=8.2.3,<10.0.0"
34-
httpx = {version=">=0.24.1,<0.28.0", extras=["socks"]}
34+
httpx = {version=">=0.24.1,<0.29.0", extras=["socks"]}
3535
fire = ">=0.5,<0.8"
3636
tqdm = "^4.66.1"
3737
loguru = "^0.7.2"

0 commit comments

Comments
 (0)