Skip to content

Commit bc7a172

Browse files
deps: update httptools requirement from >=0.6 to >=0.7.1
Updates the requirements on [httptools](https://github.com/MagicStack/httptools) to permit the latest version. - [Release notes](https://github.com/MagicStack/httptools/releases) - [Commits](MagicStack/httptools@v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: httptools dependency-version: 0.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e3fdc6 commit bc7a172

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
@@ -1,7 +1,7 @@
11
fastapi>=0.115
22
uvicorn>=0.34
33
uvloop>=0.22.1
4-
httptools>=0.6
4+
httptools>=0.7.1
55
docker>=7.1.0
66
httpx>=0.28
77
pyyaml>=6.0.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fastapi>=0.115
22
uvicorn>=0.34
33
uvloop>=0.22.1
4-
httptools>=0.6
4+
httptools>=0.7.1
55
jinja2>=3.1
66
pyyaml>=6.0.3
77
aiosqlite>=0.20

0 commit comments

Comments
 (0)