Skip to content

Commit 35cd52d

Browse files
Bump the python group with 6 updates
Bumps the python group with 6 updates: | Package | From | To | | --- | --- | --- | | [redis](https://github.com/redis/redis-py) | `7.1.1` | `7.2.0` | | [django-environ](https://github.com/joke2k/django-environ) | `0.12.1` | `0.13.0` | | [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) | `7.1.0` | `7.1.1` | | [psycopg[c]](https://github.com/psycopg/psycopg) | `3.3.2` | `3.3.3` | | [werkzeug[watchdog]](https://github.com/pallets/werkzeug) | `3.1.5` | `3.1.6` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.2` | Updates `redis` from 7.1.1 to 7.2.0 - [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.1...v7.2.0) Updates `django-environ` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/develop/CHANGELOG.rst) - [Commits](joke2k/django-environ@v0.12.1...v0.13.0) Updates `dj-rest-auth` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/iMerica/dj-rest-auth/releases) - [Commits](iMerica/dj-rest-auth@7.1.0...7.1.1) Updates `psycopg[c]` from 3.3.2 to 3.3.3 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.3.2...3.3.3) Updates `werkzeug[watchdog]` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.5...3.1.6) Updates `ruff` from 0.15.1 to 0.15.2 - [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.15.1...0.15.2) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-environ dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: dj-rest-auth dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: psycopg[c] dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: werkzeug[watchdog] dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0d4270 commit 35cd52d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify
22
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.1 # https://github.com/redis/redis-py
5+
redis==7.2.0 # 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
@@ -13,7 +13,7 @@ unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
1313
# Django
1414
# ------------------------------------------------------------------------------
1515
django==5.2.11 # https://www.djangoproject.com/
16-
django-environ==0.12.1 # https://github.com/joke2k/django-environ
16+
django-environ==0.13.0 # https://github.com/joke2k/django-environ
1717
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
1818
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
@@ -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.1.0 # https://github.com/iMerica/dj-rest-auth
27+
dj-rest-auth==7.1.1 # 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r production.txt
22

3-
Werkzeug[watchdog]==3.1.5 # https://github.com/pallets/werkzeug
3+
Werkzeug[watchdog]==3.1.6 # https://github.com/pallets/werkzeug
44
ipdb==0.13.13 # https://github.com/gotcha/ipdb
55
watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles
66

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

2020
# Code quality
2121
# ------------------------------------------------------------------------------
22-
ruff==0.15.1 # https://github.com/astral-sh/ruff
22+
ruff==0.15.2 # 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

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-r base.txt
44

55
gunicorn==25.1.0 # https://github.com/benoitc/gunicorn
6-
psycopg[c]==3.3.2 # https://github.com/psycopg/psycopg
6+
psycopg[c]==3.3.3 # https://github.com/psycopg/psycopg
77

88
# Django
99
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)