Compare commits

..

4 commits

Author SHA1 Message Date
pre-commit-ci[bot]
1b5ba50583 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)
- [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.8...v0.6.9)
- [github.com/pre-commit/mirrors-eslint: v9.11.1 → v9.12.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.11.1...v9.12.0)
2024-10-08 01:11:24 +00:00
34a6f4e316
Merge pull request #189 from Crocmagnon/dependabot/docker/python-3.12.7-slim-bullseye
Bump python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye
2024-10-07 16:10:14 -04:00
dependabot[bot]
597c887c46
Bump python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye
Bumps python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 18:21:29 +00:00
Crocmagnon
3ac14b7c20 Update dependencies 2024-10-07 18:08:09 +00:00
5 changed files with 13 additions and 13 deletions

View file

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

View file

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

View file

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

View file

@ -14,7 +14,7 @@ attrs==24.2.0
# trio
black==24.8.0
# via -r requirements-dev.in
build==1.2.2
build==1.2.2.post1
# via pip-tools
certifi==2024.8.30
# via
@ -41,7 +41,7 @@ django==5.1.1
# model-bakery
factory-boy==3.3.1
# via -r requirements-dev.in
faker==30.1.0
faker==30.3.0
# via factory-boy
filelock==3.16.1
# via virtualenv
@ -87,7 +87,7 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.8.0
pre-commit==4.0.0
# via -r requirements-dev.in
pyproject-hooks==1.2.0
# via
@ -133,7 +133,7 @@ requests==2.32.3
# -c constraints.txt
# pytest-base-url
# pytest-selenium
ruff==0.6.8
ruff==0.6.9
# via -r requirements-dev.in
selenium==4.25.0
# via

View file

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