Skip to content

Commit 44f994f

Browse files
Bump the python group across 1 directory with 5 updates (#223)
Bumps the python group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django-allauth](https://github.com/sponsors/pennersr) | `65.9.0` | `65.10.0` | | [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) | `5.5.0` | `5.5.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.2` | `0.12.5` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.0` | | [rust-just](https://github.com/gnpaone/rust-just) | `1.41.0` | `1.42.3` | Updates `django-allauth` from 65.9.0 to 65.10.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `djangorestframework-simplejwt` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases) - [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md) - [Commits](jazzband/djangorestframework-simplejwt@v5.5.0...v5.5.1) Updates `ruff` from 0.12.2 to 0.12.5 - [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.12.2...0.12.5) Updates `coverage` from 7.9.2 to 7.10.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.2...7.10.0) Updates `rust-just` from 1.41.0 to 1.42.3 - [Release notes](https://github.com/gnpaone/rust-just/releases) - [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md) - [Commits](gnpaone/rust-just@1.41.0...1.42.3) --- updated-dependencies: - dependency-name: django-allauth dependency-version: 65.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: djangorestframework-simplejwt dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: coverage dependency-version: 7.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: rust-just dependency-version: 1.42.3 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 5d5079d commit 44f994f

2 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
@@ -15,7 +15,7 @@ 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.9.0 # https://github.com/pennersr/django-allauth
18+
django-allauth==65.10.0 # https://github.com/pennersr/django-allauth
1919
django-crispy-forms==2.4 # 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,6 +24,6 @@ django-mptt==0.17.0 # https://github.com/django-mptt/django-mptt
2424
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
27-
djangorestframework-simplejwt==5.5.0 # https://github.com/jazzband/djangorestframework-simplejwt
27+
djangorestframework-simplejwt==5.5.1 # https://github.com/jazzband/djangorestframework-simplejwt
2828
# DRF-spectacular for api documentation
2929
drf-spectacular==0.28.0 # https://github.com/tfranzel/drf-spectacular

requirements/local.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ sphinxcontrib-django==2.5 # https://github.com/sphinx-doc/sphinxcontrib-django
1919

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

@@ -34,4 +34,4 @@ pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django
3434

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

0 commit comments

Comments
 (0)