Compare commits

...

4 commits

Author SHA1 Message Date
pre-commit-ci[bot]
24c73a806f [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.4...v0.6.5)
2024-09-16 23:04:55 +00:00
f0915ea653
Merge pull request #181 from Crocmagnon/dependabot/docker/python-3.12.6-slim-bullseye
Bump python from 3.12.5-slim-bullseye to 3.12.6-slim-bullseye
2024-09-16 23:34:09 +02:00
Crocmagnon
82f6dd0d56 Update dependencies 2024-09-16 18:07:52 +00:00
dependabot[bot]
fee07ad686
Bump python from 3.12.5-slim-bullseye to 3.12.6-slim-bullseye
Bumps python from 3.12.5-slim-bullseye to 3.12.6-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-09-16 18:04:13 +00:00
5 changed files with 15 additions and 15 deletions

View file

@ -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.4 rev: v0.6.5
hooks: hooks:
- id: ruff - id: ruff
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.5-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

@ -28,7 +28,7 @@ django==5.1.1
# django-extensions # django-extensions
# django-htmx # django-htmx
# django-solo # django-solo
django-anymail==11.1 django-anymail==12.0
# via -r requirements.in # via -r requirements.in
django-cleanup==8.1.0 django-cleanup==8.1.0
# via -r requirements.in # via -r requirements.in
@ -52,7 +52,7 @@ freezegun==1.5.1
# via -r requirements.in # via -r requirements.in
gunicorn==23.0.0 gunicorn==23.0.0
# via -r requirements.in # via -r requirements.in
idna==3.8 idna==3.10
# via requests # via requests
kiwisolver==1.4.7 kiwisolver==1.4.7
# via matplotlib # via matplotlib
@ -84,7 +84,7 @@ six==1.16.0
# via python-dateutil # via python-dateutil
sqlparse==0.5.1 sqlparse==0.5.1
# via django # via django
urllib3==2.2.2 urllib3==2.2.3
# via # via
# django-anymail # django-anymail
# requests # requests

View file

@ -47,9 +47,9 @@ filelock==3.16.0
# via virtualenv # via virtualenv
h11==0.14.0 h11==0.14.0
# via wsproto # via wsproto
identify==2.6.0 identify==2.6.1
# via pre-commit # via pre-commit
idna==3.8 idna==3.10
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -81,7 +81,7 @@ pathspec==0.12.1
# via black # via black
pip-tools==7.4.1 pip-tools==7.4.1
# via -r requirements-dev.in # via -r requirements-dev.in
platformdirs==4.3.2 platformdirs==4.3.3
# via # via
# black # black
# virtualenv # virtualenv
@ -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.3.2 pytest==8.3.3
# 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.6.4 ruff==0.6.5
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.24.0 selenium==4.24.0
# via # via
@ -161,7 +161,7 @@ trio-websocket==0.11.1
# via selenium # via selenium
typing-extensions==4.12.2 typing-extensions==4.12.2
# via selenium # via selenium
urllib3[socks]==2.2.2 urllib3[socks]==2.2.3
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -178,5 +178,5 @@ wsproto==1.2.0
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
pip==24.2 pip==24.2
# via pip-tools # via pip-tools
setuptools==74.1.2 setuptools==75.1.0
# via pip-tools # via pip-tools

View file

@ -28,7 +28,7 @@ django==5.1.1
# django-extensions # django-extensions
# django-htmx # django-htmx
# django-solo # django-solo
django-anymail[mailgun]==11.1 django-anymail[mailgun]==12.0
# via -r requirements.in # via -r requirements.in
django-cleanup==8.1.0 django-cleanup==8.1.0
# via -r requirements.in # via -r requirements.in
@ -52,7 +52,7 @@ freezegun==1.5.1
# via -r requirements.in # via -r requirements.in
gunicorn==23.0.0 gunicorn==23.0.0
# via -r requirements.in # via -r requirements.in
idna==3.8 idna==3.10
# via requests # via requests
kiwisolver==1.4.7 kiwisolver==1.4.7
# via matplotlib # via matplotlib
@ -84,7 +84,7 @@ six==1.16.0
# via python-dateutil # via python-dateutil
sqlparse==0.5.1 sqlparse==0.5.1
# via django # via django
urllib3==2.2.2 urllib3==2.2.3
# via # via
# django-anymail # django-anymail
# requests # requests