Skip to content

Commit 013e39c

Browse files
Bump the python group across 1 directory with 24 updates (#216)
--- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: argon2-cffi dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: redis dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: hiredis dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-celery-beat dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-allauth dependency-version: 65.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-crispy-forms dependency-version: '2.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: crispy-bootstrap4 dependency-version: '2025.6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: django-redis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: djangorestframework dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: psycopg[c] dependency-version: 3.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-anymail[sendgrid] dependency-version: '13.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: newrelic dependency-version: 10.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: watchfiles dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: ruff dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: coverage dependency-version: 7.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-debug-toolbar dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-extensions dependency-version: '4.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: django-coverage-plugin dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pytest-django dependency-version: 4.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: rust-just dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec839e2 commit 013e39c

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

requirements/base.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
2-
Pillow==11.1.0 # https://github.com/python-pillow/Pillow
3-
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
2+
Pillow==11.3.0 # https://github.com/python-pillow/Pillow
3+
argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi
44
whitenoise==6.9.0 # https://github.com/evansd/whitenoise
5-
redis==5.2.1 # https://github.com/redis/redis-py
6-
hiredis==3.1.0 # https://github.com/redis/hiredis-py
7-
celery==5.4.0 # pyup: < 6.0 # https://github.com/celery/celery
8-
django-celery-beat==2.7.0 # https://github.com/celery/django-celery-beat
5+
redis==6.2.0 # https://github.com/redis/redis-py
6+
hiredis==3.2.1 # https://github.com/redis/hiredis-py
7+
celery==5.5.3 # pyup: < 6.0 # https://github.com/celery/celery
8+
django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat
99
flower==2.0.1 # https://github.com/mher/flower
1010
PyGithub==2.6.1 # https://github.com/PyGithub/PyGithub
1111
unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
@@ -15,13 +15,13 @@ unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
1515
django==5.1.6 # https://www.djangoproject.com/
1616
django-environ==0.12.0 # https://github.com/joke2k/django-environ
1717
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
18-
django-allauth==65.4.1 # https://github.com/pennersr/django-allauth
19-
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
20-
crispy-bootstrap4==2024.10 # https://github.com/django-crispy-forms/crispy-bootstrap4
21-
django-redis==5.4.0 # https://github.com/jazzband/django-redis
18+
django-allauth==65.9.0 # https://github.com/pennersr/django-allauth
19+
django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms
20+
crispy-bootstrap4==2025.6 # https://github.com/django-crispy-forms/crispy-bootstrap4
21+
django-redis==6.0.0 # https://github.com/jazzband/django-redis
2222
django-mptt==0.17.0 # https://github.com/django-mptt/django-mptt
2323
# Django REST Framework
24-
djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework
24+
djangorestframework==3.16.0 # https://github.com/encode/django-rest-framework
2525
django-cors-headers==4.7.0 # https://github.com/adamchainz/django-cors-headers
2626
dj-rest-auth==7.0.1 # https://github.com/iMerica/dj-rest-auth
2727
djangorestframework-simplejwt==5.5.0 # https://github.com/jazzband/djangorestframework-simplejwt

requirements/local.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
44
ipdb==0.13.13 # https://github.com/gotcha/ipdb
5-
watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
5+
watchfiles==1.1.0 # https://github.com/samuelcolvin/watchfiles
66

77
# Testing
88
# ------------------------------------------------------------------------------
99
django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-stubs
10-
pytest==8.3.5 # https://github.com/pytest-dev/pytest
10+
pytest==8.4.1 # https://github.com/pytest-dev/pytest
1111
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
1212
djangorestframework-stubs[compatible-mypy]==3.15.3 # https://github.com/typeddjango/djangorestframework-stubs
1313

@@ -19,19 +19,19 @@ sphinxcontrib-django==2.5 # https://github.com/sphinx-doc/sphinxcontrib-django
1919

2020
# Code quality
2121
# ------------------------------------------------------------------------------
22-
ruff==0.9.9 # https://github.com/astral-sh/ruff
23-
coverage==7.6.12 # https://github.com/nedbat/coveragepy
22+
ruff==0.12.2 # https://github.com/astral-sh/ruff
23+
coverage==7.9.2 # https://github.com/nedbat/coveragepy
2424
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
25-
pre-commit==4.1.0 # https://github.com/pre-commit/pre-commit
25+
pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit
2626

2727
# Django
2828
# ------------------------------------------------------------------------------
2929
factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy
30-
django-debug-toolbar==5.0.1 # https://github.com/jazzband/django-debug-toolbar
31-
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
32-
django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin
33-
pytest-django==4.10.0 # https://github.com/pytest-dev/pytest-django
30+
django-debug-toolbar==5.2.0 # https://github.com/jazzband/django-debug-toolbar
31+
django-extensions==4.1 # https://github.com/django-extensions/django-extensions
32+
django-coverage-plugin==3.1.1 # https://github.com/nedbat/django_coverage_plugin
33+
pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django
3434

3535
# Containers
3636
# ------------------------------------------------------------------------------
37-
rust-just==1.39.0 # https://github.com/casey/just
37+
rust-just==1.41.0 # https://github.com/casey/just

requirements/production.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
-r base.txt
44

55
gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
6-
psycopg[c]==3.2.5 # https://github.com/psycopg/psycopg
6+
psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg
77

88
# Django
99
# ------------------------------------------------------------------------------
10-
django-anymail[sendgrid]==12.0 # https://github.com/anymail/django-anymail
11-
newrelic==10.6.0 # https://github.com/newrelic/newrelic-python-agent
10+
django-anymail[sendgrid]==13.0 # https://github.com/anymail/django-anymail
11+
newrelic==10.14.0 # https://github.com/newrelic/newrelic-python-agent

0 commit comments

Comments
 (0)