mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Compare commits
2 commits
0c51954ddb
...
b127ebb589
Author | SHA1 | Date | |
---|---|---|---|
|
b127ebb589 | ||
|
22b1e8e20e |
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.1-slim-bullseye AS final
|
||||
FROM python:3.12.2-slim-bullseye AS final
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.98.3
|
||||
hypothesis==6.98.4
|
||||
# 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.0.3
|
||||
setuptools==69.1.0
|
||||
# via
|
||||
# nodeenv
|
||||
# pip-tools
|
||||
|
|
Loading…
Reference in a new issue