Compare commits

..

No commits in common. "1b5ba505831286c3be3fd047da0a411837d54367" and "c41e75629025741a74d9d8fff8e93605c92e25e0" have entirely different histories.

5 changed files with 13 additions and 13 deletions

View file

@ -4,7 +4,7 @@ ci:
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v4.6.0
hooks: hooks:
- id: check-ast - id: check-ast
- id: check-json - id: check-json
@ -31,7 +31,7 @@ repos:
- id: django-upgrade - id: django-upgrade
args: [--target-version, "4.1"] args: [--target-version, "4.1"]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 24.10.0 rev: 24.8.0
hooks: hooks:
- id: black - id: black
args: [--target-version, py311] args: [--target-version, py311]
@ -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.6.9 rev: v0.6.8
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]
@ -50,7 +50,7 @@ repos:
- id: prettier - id: prettier
types_or: [javascript, css] types_or: [javascript, css]
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.12.0 rev: v9.11.1
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]

View file

@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
############################################## ##############################################
# Main image # Main image
############################################## ##############################################
FROM python:3.12.7-slim-bullseye AS final FROM python:3.12.6-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

View file

@ -14,7 +14,7 @@ charset-normalizer==3.3.2
# via requests # via requests
contourpy==1.3.0 contourpy==1.3.0
# via matplotlib # via matplotlib
crispy-bootstrap5==2024.10 crispy-bootstrap5==2024.2
# via -r requirements.in # via -r requirements.in
cycler==0.12.1 cycler==0.12.1
# via matplotlib # via matplotlib
@ -58,7 +58,7 @@ kiwisolver==1.4.7
# via matplotlib # via matplotlib
matplotlib==3.9.2 matplotlib==3.9.2
# via -r requirements.in # via -r requirements.in
numpy==2.1.2 numpy==2.1.1
# via # via
# contourpy # contourpy
# matplotlib # matplotlib

View file

@ -14,7 +14,7 @@ attrs==24.2.0
# trio # trio
black==24.8.0 black==24.8.0
# via -r requirements-dev.in # via -r requirements-dev.in
build==1.2.2.post1 build==1.2.2
# via pip-tools # via pip-tools
certifi==2024.8.30 certifi==2024.8.30
# via # via
@ -41,7 +41,7 @@ django==5.1.1
# model-bakery # model-bakery
factory-boy==3.3.1 factory-boy==3.3.1
# via -r requirements-dev.in # via -r requirements-dev.in
faker==30.3.0 faker==30.1.0
# via factory-boy # via factory-boy
filelock==3.16.1 filelock==3.16.1
# via virtualenv # via virtualenv
@ -87,7 +87,7 @@ platformdirs==4.3.6
# virtualenv # virtualenv
pluggy==1.5.0 pluggy==1.5.0
# via pytest # via pytest
pre-commit==4.0.0 pre-commit==3.8.0
# via -r requirements-dev.in # via -r requirements-dev.in
pyproject-hooks==1.2.0 pyproject-hooks==1.2.0
# via # via
@ -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.6.9 ruff==0.6.8
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.25.0 selenium==4.25.0
# via # via

View file

@ -14,7 +14,7 @@ charset-normalizer==3.3.2
# via requests # via requests
contourpy==1.3.0 contourpy==1.3.0
# via matplotlib # via matplotlib
crispy-bootstrap5==2024.10 crispy-bootstrap5==2024.2
# via -r requirements.in # via -r requirements.in
cycler==0.12.1 cycler==0.12.1
# via matplotlib # via matplotlib
@ -58,7 +58,7 @@ kiwisolver==1.4.7
# via matplotlib # via matplotlib
matplotlib==3.9.2 matplotlib==3.9.2
# via -r requirements.in # via -r requirements.in
numpy==2.1.2 numpy==2.1.1
# via # via
# contourpy # contourpy
# matplotlib # matplotlib