Skip to content

Commit a6bc0d8

Browse files
Bump the python group across 1 directory with 10 updates
Bumps the python group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pillow](https://github.com/python-pillow/Pillow) | `12.1.0` | `12.1.1` | | [redis](https://github.com/redis/redis-py) | `7.1.0` | `7.1.1` | | [django](https://github.com/django/django) | `5.2.10` | `5.2.11` | | [django-environ](https://github.com/joke2k/django-environ) | `0.12.0` | `0.12.1` | | [django-allauth](https://github.com/sponsors/pennersr) | `65.14.0` | `65.14.3` | | [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) | `7.0.2` | `7.1.0` | | [gunicorn](https://github.com/benoitc/gunicorn) | `25.0.1` | `25.1.0` | | [djangorestframework-stubs[compatible-mypy]](https://github.com/sponsors/typeddjango) | `3.16.7` | `3.16.8` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.1` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.11.1` | `4.12.0` | Updates `pillow` from 12.1.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.0...12.1.1) Updates `redis` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.1.0...v7.1.1) Updates `django` from 5.2.10 to 5.2.11 - [Commits](django/django@5.2.10...5.2.11) Updates `django-environ` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](joke2k/django-environ@v0.12.0...v0.12.1) Updates `django-allauth` from 65.14.0 to 65.14.3 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `dj-rest-auth` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/iMerica/dj-rest-auth/releases) - [Commits](iMerica/dj-rest-auth@7.0.2...7.1.0) Updates `gunicorn` from 25.0.1 to 25.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.0.1...25.1.0) Updates `djangorestframework-stubs[compatible-mypy]` from 3.16.7 to 3.16.8 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `ruff` from 0.14.14 to 0.15.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.14...0.15.1) Updates `pytest-django` from 4.11.1 to 4.12.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](pytest-dev/pytest-django@v4.11.1...v4.12.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: redis dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-environ dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-allauth dependency-version: 65.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: dj-rest-auth dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: djangorestframework-stubs[compatible-mypy] dependency-version: 3.16.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest-django dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12fec78 commit a6bc0d8

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

requirements/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
2-
Pillow==12.1.0 # https://github.com/python-pillow/Pillow
2+
Pillow==12.1.1 # https://github.com/python-pillow/Pillow
33
argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi
44
whitenoise==6.11.0 # https://github.com/evansd/whitenoise
5-
redis==7.1.0 # https://github.com/redis/redis-py
5+
redis==7.1.1 # https://github.com/redis/redis-py
66
hiredis==3.3.0 # https://github.com/redis/hiredis-py
77
celery==5.6.2 # pyup: < 6.0 # https://github.com/celery/celery
88
django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat
@@ -12,10 +12,10 @@ unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
1212

1313
# Django
1414
# ------------------------------------------------------------------------------
15-
django==5.2.10 # https://www.djangoproject.com/
16-
django-environ==0.12.0 # https://github.com/joke2k/django-environ
15+
django==5.2.11 # https://www.djangoproject.com/
16+
django-environ==0.12.1 # https://github.com/joke2k/django-environ
1717
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
18-
django-allauth==65.14.0 # https://github.com/pennersr/django-allauth
18+
django-allauth==65.14.3 # https://github.com/pennersr/django-allauth
1919
django-crispy-forms==2.5 # https://github.com/django-crispy-forms/django-crispy-forms
2020
crispy-bootstrap5==2025.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
2121
django-redis==6.0.0 # https://github.com/jazzband/django-redis
@@ -24,7 +24,7 @@ django-mptt==0.18.0 # https://github.com/django-mptt/django-mptt
2424
# Django REST Framework
2525
djangorestframework==3.16.1 # https://github.com/encode/django-rest-framework
2626
django-cors-headers==4.9.0 # https://github.com/adamchainz/django-cors-headers
27-
dj-rest-auth==7.0.2 # https://github.com/iMerica/dj-rest-auth
27+
dj-rest-auth==7.1.0 # https://github.com/iMerica/dj-rest-auth
2828
djangorestframework-simplejwt==5.5.1 # https://github.com/jazzband/djangorestframework-simplejwt
2929
drf-spectacular==0.29.0 # https://github.com/tfranzel/drf-spectacular
3030
# Observability

requirements/local.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles
99
django-stubs[compatible-mypy]==5.2.9 # https://github.com/typeddjango/django-stubs
1010
pytest==9.0.2 # https://github.com/pytest-dev/pytest
1111
pytest-sugar==1.1.1 # https://github.com/Frozenball/pytest-sugar
12-
djangorestframework-stubs[compatible-mypy]==3.16.7 # https://github.com/typeddjango/djangorestframework-stubs
12+
djangorestframework-stubs[compatible-mypy]==3.16.8 # https://github.com/typeddjango/djangorestframework-stubs
1313

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

2020
# Code quality
2121
# ------------------------------------------------------------------------------
22-
ruff==0.14.14 # https://github.com/astral-sh/ruff
22+
ruff==0.15.1 # https://github.com/astral-sh/ruff
2323
pytest-cov==7.0.0 # https://github.com/pytest-dev/pytest-cov
2424
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
2525
pre-commit==4.5.1 # https://github.com/pre-commit/pre-commit
@@ -30,7 +30,7 @@ factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy
3030
django-debug-toolbar==6.2.0 # https://github.com/jazzband/django-debug-toolbar
3131
django-extensions==4.1 # https://github.com/django-extensions/django-extensions
3232
django-coverage-plugin==3.2.0 # https://github.com/nedbat/django_coverage_plugin
33-
pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django
33+
pytest-django==4.12.0 # https://github.com/pytest-dev/pytest-django
3434

3535
# Containers
3636
# ------------------------------------------------------------------------------

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
-r base.txt
44

5-
gunicorn==25.0.1 # https://github.com/benoitc/gunicorn
5+
gunicorn==25.1.0 # https://github.com/benoitc/gunicorn
66
psycopg[c]==3.3.2 # https://github.com/psycopg/psycopg
77

88
# Django

0 commit comments

Comments
 (0)