We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd4855 commit 07a3fddCopy full SHA for 07a3fdd
Dockerfile
@@ -1,6 +1,6 @@
1
# build container in python base image
2
3
-FROM python:3.13.1-slim-bookworm
+FROM python:3.11.13-slim-bookworm
4
5
ARG HOOK_VERSION
6
ENV HOOK_VERSION=$HOOK_VERSION
requirements-dev.txt
-r requirements.txt
httpx==0.28.1
-ipython==9.2.0
+ipython==9.4.0
pre-commit==4.2.0
-pytest==8.3.5
-requirementscheck==0.0.6
+pytest==8.4.1
+requirementscheck==0.1.0
requirements.txt
@@ -1,2 +1,2 @@
-fastapi==0.115.12
-uvicorn==0.34.2
+fastapi==0.116.1
+uvicorn==0.35.0
0 commit comments