Skip to content

Commit 6e77573

Browse files
Bump the python group with 5 updates
Bumps the python group with 5 updates: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.10` | `5.2.11` | | [django-allauth](https://github.com/sponsors/pennersr) | `65.14.0` | `65.14.1` | | [gunicorn](https://github.com/benoitc/gunicorn) | `25.0.1` | `25.0.3` | | [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.0` | Updates `django` from 5.2.10 to 5.2.11 - [Commits](django/django@5.2.10...5.2.11) Updates `django-allauth` from 65.14.0 to 65.14.1 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `gunicorn` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.0.1...25.0.3) 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.0 - [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.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-allauth dependency-version: 65.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: gunicorn dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-patch 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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc50393 commit 6e77573

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/
15+
django==5.2.11 # 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.14.0 # https://github.com/pennersr/django-allauth
18+
django-allauth==65.14.1 # 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

requirements/local.txt

Lines changed: 2 additions & 2 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.0 # 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
@@ -2,7 +2,7 @@
22

33
-r base.txt
44

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

88
# Django

0 commit comments

Comments
 (0)