Skip to content

Commit fbf4b94

Browse files
deps: update httpx requirement from >=0.28 to >=0.28.1 (#39)
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.28.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dce10f6 commit fbf4b94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-worker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ uvicorn>=0.46.0
33
uvloop>=0.22.1
44
httptools>=0.6
55
docker>=7.1.0
6-
httpx>=0.28
6+
httpx>=0.28.1
77
pyyaml>=6.0.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ httptools>=0.6
55
jinja2>=3.1.6
66
pyyaml>=6.0.3
77
aiosqlite>=0.22.1
8-
httpx>=0.28
8+
httpx>=0.28.1
99
apscheduler>=3.11.2
1010
python-multipart>=0.0.27
1111
cryptography>=47.0.0

0 commit comments

Comments
 (0)