mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-23 00:28:03 +01:00
Compare commits
6 commits
ebc9421e4d
...
57924cfb24
Author | SHA1 | Date | |
---|---|---|---|
|
57924cfb24 | ||
95bf895364 | |||
3463c4bcb0 | |||
|
c0e99e70ef | ||
|
59f9a54b3c | ||
|
277537b146 |
5 changed files with 11 additions and 11 deletions
|
@ -40,7 +40,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: djhtml
|
- id: djhtml
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.4.7
|
rev: v0.4.8
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
##############################################
|
##############################################
|
||||||
# write git info
|
# write git info
|
||||||
##############################################
|
##############################################
|
||||||
FROM alpine/git:2.45.1 AS git
|
FROM alpine/git:2.45.2 AS git
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY .git /app/.git/
|
COPY .git /app/.git/
|
||||||
|
@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
|
||||||
##############################################
|
##############################################
|
||||||
# Main image
|
# Main image
|
||||||
##############################################
|
##############################################
|
||||||
FROM python:3.12.3-slim-bullseye AS final
|
FROM python:3.12.4-slim-bullseye AS final
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
|
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
|
||||||
|
|
|
@ -62,7 +62,7 @@ numpy==1.26.4
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
packaging==24.0
|
packaging==24.1
|
||||||
# via
|
# via
|
||||||
# gunicorn
|
# gunicorn
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
|
@ -41,7 +41,7 @@ django==5.0.6
|
||||||
# model-bakery
|
# model-bakery
|
||||||
factory-boy==3.3.0
|
factory-boy==3.3.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
faker==25.4.0
|
faker==25.8.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.14.0
|
filelock==3.14.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -66,11 +66,11 @@ model-bakery==1.18.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
# via black
|
# via black
|
||||||
nodeenv==1.9.0
|
nodeenv==1.9.1
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
outcome==1.3.0.post0
|
outcome==1.3.0.post0
|
||||||
# via trio
|
# via trio
|
||||||
packaging==24.0
|
packaging==24.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# black
|
# black
|
||||||
|
@ -95,7 +95,7 @@ pyproject-hooks==1.1.0
|
||||||
# pip-tools
|
# pip-tools
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
pytest==8.2.1
|
pytest==8.2.2
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
|
@ -133,7 +133,7 @@ requests==2.32.3
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.4.7
|
ruff==0.4.8
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.21.0
|
selenium==4.21.0
|
||||||
# via
|
# via
|
||||||
|
@ -159,7 +159,7 @@ trio==0.25.1
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.11.1
|
trio-websocket==0.11.1
|
||||||
# via selenium
|
# via selenium
|
||||||
typing-extensions==4.12.1
|
typing-extensions==4.12.2
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3[socks]==2.2.1
|
urllib3[socks]==2.2.1
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -62,7 +62,7 @@ numpy==1.26.4
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
packaging==24.0
|
packaging==24.1
|
||||||
# via
|
# via
|
||||||
# gunicorn
|
# gunicorn
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
Loading…
Reference in a new issue