Skip to content

Commit b51ab52

Browse files
Bump the python group across 1 directory with 7 updates
Bumps the python group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pygithub](https://github.com/pygithub/pygithub) | `2.6.1` | `2.7.0` | | [django-anymail[sendgrid]](https://github.com/anymail/django-anymail) | `13.0` | `13.0.1` | | [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.14.0` | `10.15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.5` | `0.12.7` | | [coverage](https://github.com/nedbat/coveragepy) | `7.10.0` | `7.10.1` | | [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.2.0` | `6.0.0` | | [rust-just](https://github.com/gnpaone/rust-just) | `1.42.3` | `1.42.4` | Updates `pygithub` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.6.1...v2.7.0) Updates `django-anymail[sendgrid]` from 13.0 to 13.0.1 - [Release notes](https://github.com/anymail/django-anymail/releases) - [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst) - [Commits](anymail/django-anymail@v13.0...v13.0.1) Updates `newrelic` from 10.14.0 to 10.15.0 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](newrelic/newrelic-python-agent@v10.14.0...v10.15.0) Updates `ruff` from 0.12.5 to 0.12.7 - [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.5...0.12.7) Updates `coverage` from 7.10.0 to 7.10.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.0...7.10.1) Updates `django-debug-toolbar` from 5.2.0 to 6.0.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.2.0...6.0.0) Updates `rust-just` from 1.42.3 to 1.42.4 - [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.42.3...1.42.4) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-anymail[sendgrid] dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: newrelic dependency-version: 10.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: coverage dependency-version: 7.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-debug-toolbar dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: rust-just dependency-version: 1.42.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d88f0e commit b51ab52

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hiredis==3.2.1 # https://github.com/redis/hiredis-py
77
celery==5.5.3 # pyup: < 6.0 # https://github.com/celery/celery
88
django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat
99
flower==2.0.1 # https://github.com/mher/flower
10-
PyGithub==2.6.1 # https://github.com/PyGithub/PyGithub
10+
PyGithub==2.7.0 # https://github.com/PyGithub/PyGithub
1111
unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
1212

1313
# Django

requirements/local.txt

Lines changed: 4 additions & 4 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.12.5 # https://github.com/astral-sh/ruff
23-
coverage==7.10.0 # https://github.com/nedbat/coveragepy
22+
ruff==0.12.7 # https://github.com/astral-sh/ruff
23+
coverage==7.10.1 # 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

2727
# Django
2828
# ------------------------------------------------------------------------------
2929
factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy
30-
django-debug-toolbar==5.2.0 # https://github.com/jazzband/django-debug-toolbar
30+
django-debug-toolbar==6.0.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.1.1 # https://github.com/nedbat/django_coverage_plugin
3333
pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django
3434

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

requirements/production.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg
77

88
# Django
99
# ------------------------------------------------------------------------------
10-
django-anymail[sendgrid]==13.0 # https://github.com/anymail/django-anymail
11-
newrelic==10.14.0 # https://github.com/newrelic/newrelic-python-agent
10+
django-anymail[sendgrid]==13.0.1 # https://github.com/anymail/django-anymail
11+
newrelic==10.15.0 # https://github.com/newrelic/newrelic-python-agent

0 commit comments

Comments
 (0)