Compare commits

..

No commits in common. "b127ebb589076332bfce8b4f78377fec79f06cab" and "0c51954ddb5a79ae96d9e47b87a509ebb46cd4b8" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
############################################## ##############################################
# Main image # Main image
############################################## ##############################################
FROM python:3.12.2-slim-bullseye AS final FROM python:3.12.1-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive

View file

@ -68,7 +68,7 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.98.4 hypothesis==6.98.3
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.34 identify==2.5.34
# via pre-commit # via pre-commit
@ -211,7 +211,7 @@ wsproto==1.2.0
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
pip==24.0 pip==24.0
# via pip-tools # via pip-tools
setuptools==69.1.0 setuptools==69.0.3
# via # via
# nodeenv # nodeenv
# pip-tools # pip-tools