mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 22:48:03 +01:00
Compare commits
No commits in common. "b127ebb589076332bfce8b4f78377fec79f06cab" and "0c51954ddb5a79ae96d9e47b87a509ebb46cd4b8" have entirely different histories.
b127ebb589
...
0c51954ddb
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
|
|||
##############################################
|
||||
# Main image
|
||||
##############################################
|
||||
FROM python:3.12.2-slim-bullseye AS final
|
||||
FROM python:3.12.1-slim-bullseye AS final
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.98.4
|
||||
hypothesis==6.98.3
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.34
|
||||
# via pre-commit
|
||||
|
@ -211,7 +211,7 @@ wsproto==1.2.0
|
|||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==24.0
|
||||
# via pip-tools
|
||||
setuptools==69.1.0
|
||||
setuptools==69.0.3
|
||||
# via
|
||||
# nodeenv
|
||||
# pip-tools
|
||||
|
|
Loading…
Reference in a new issue