Skip to content

Commit 07a3fdd

Browse files
committed
update dependencies
1 parent 8cd4855 commit 07a3fdd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# build container in python base image
22

3-
FROM python:3.13.1-slim-bookworm
3+
FROM python:3.11.13-slim-bookworm
44

55
ARG HOOK_VERSION
66
ENV HOOK_VERSION=$HOOK_VERSION

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
httpx==0.28.1
3-
ipython==9.2.0
3+
ipython==9.4.0
44
pre-commit==4.2.0
5-
pytest==8.3.5
6-
requirementscheck==0.0.6
5+
pytest==8.4.1
6+
requirementscheck==0.1.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
fastapi==0.115.12
2-
uvicorn==0.34.2
1+
fastapi==0.116.1
2+
uvicorn==0.35.0

0 commit comments

Comments
 (0)