Skip to content

Commit 7aec829

Browse files
⬆ Bump httpx from 0.24.1 to 0.28.0
Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 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.24.1...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 e86b5fc commit 7aec829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-github-actions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyGithub>=2.3.0,<3.0.0
22
pydantic>=2.5.3,<3.0.0
33
pydantic-settings>=2.1.0,<3.0.0
4-
httpx>=0.27.0,<0.28.0
4+
httpx>=0.27.0,<0.29.0
55
smokeshow

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mypy ==1.4.1
66
ruff ==0.6.2
77
# For FastAPI tests
88
fastapi >=0.103.2
9-
httpx ==0.24.1
9+
httpx ==0.28.0
1010
# TODO: upgrade when deprecating Python 3.7
1111
dirty-equals ==0.6.0
1212
jinja2 ==3.1.4

0 commit comments

Comments
 (0)