Skip to content

Commit 2a83e56

Browse files
Bump the python group across 1 directory with 9 updates
Bumps the python group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django-allauth](https://github.com/sponsors/pennersr) | `65.4.1` | `65.6.0` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.0` | | [psycopg[c]](https://github.com/psycopg/psycopg) | `3.2.5` | `3.2.6` | | [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.6.0` | `10.8.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.2` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.8.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` | | [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.0.1` | `5.1.0` | | [rust-just](https://github.com/gnpaone/rust-just) | `1.39.0` | `1.40.0` | Updates `django-allauth` from 65.4.1 to 65.6.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `djangorestframework` from 3.15.2 to 3.16.0 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.15.2...3.16.0) Updates `psycopg[c]` from 3.2.5 to 3.2.6 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.5...3.2.6) Updates `newrelic` from 10.6.0 to 10.8.0 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](newrelic/newrelic-python-agent@v10.6.0...v10.8.0) Updates `ruff` from 0.9.9 to 0.11.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.9.9...0.11.2) Updates `coverage` from 7.6.12 to 7.8.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.12...7.8.0) Updates `pre-commit` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.1.0...v4.2.0) Updates `django-debug-toolbar` from 5.0.1 to 5.1.0 - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@5.0.1...5.1.0) Updates `rust-just` from 1.39.0 to 1.40.0 - [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.39.0...1.40.0) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: newrelic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: rust-just dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b1f263 commit 2a83e56

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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
18+
django-allauth==65.6.0 # https://github.com/pennersr/django-allauth
1919
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
2020
crispy-bootstrap4==2024.10 # https://github.com/django-crispy-forms/crispy-bootstrap4
2121
django-redis==5.4.0 # https://github.com/jazzband/django-redis
2222
# Django REST Framework
23-
djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework
23+
djangorestframework==3.16.0 # https://github.com/encode/django-rest-framework
2424
django-cors-headers==4.7.0 # https://github.com/adamchainz/django-cors-headers
2525
dj-rest-auth==7.0.1 # https://github.com/iMerica/dj-rest-auth
2626
djangorestframework-simplejwt==5.5.0 # https://github.com/jazzband/djangorestframework-simplejwt

requirements/local.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11.2 # https://github.com/astral-sh/ruff
23+
coverage==7.8.0 # 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
30+
django-debug-toolbar==5.1.0 # https://github.com/jazzband/django-debug-toolbar
3131
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
3232
django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin
3333
pytest-django==4.10.0 # 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.40.0 # https://github.com/casey/just

requirements/production.txt

Lines changed: 2 additions & 2 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.6 # https://github.com/psycopg/psycopg
77

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

0 commit comments

Comments
 (0)