Skip to content

Commit 551128c

Browse files
Bump httpx from 0.26.0 to 0.27.0 in /backend
Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.26.0...0.27.0) --- 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 c316d62 commit 551128c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ariadne==0.22
22
asyncpg==0.29.0
33
fastapi==0.109.2
4-
httpx==0.26.0
4+
httpx==0.27.0
55
pydantic==2.6.1
66
python-multipart==0.0.9
77
python-jose==3.3.0

backend/src/requirements_docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ariadne==0.21
22
fastapi==0.109.2
3-
httpx==0.26.0
3+
httpx==0.27.0
44
psycopg2-binary==2.9.9
55
pydantic==2.5.3
66
python-multipart==0.0.7

0 commit comments

Comments
 (0)