chore(deps): bump the python-packages group across 1 directory with 23 updates - #77
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-packages group across 1 directory with 23 updates#77dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…3 updates Bumps the python-packages group with 23 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.7` | `5.2.14` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.16.1` | `3.17.1` | | [drf-yasg](https://github.com/axnsan12/drf-yasg) | `1.21.11` | `1.21.15` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.2` | | [django-grappelli](https://github.com/sehmaschine/django-grappelli) | `4.0.3` | `5.0.0` | | [celery](https://github.com/celery/celery) | `5.6.2` | `5.6.3` | | [redis](https://github.com/redis/redis-py) | `6.4.0` | `8.0.0` | | [django-celery-beat](https://github.com/celery/django-celery-beat) | `2.8.1` | `2.9.0` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.11` | `2.9.12` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.4` | `0.15.15` | | [mypy](https://github.com/python/mypy) | `1.19.1` | `2.1.0` | | [django-stubs](https://github.com/typeddjango/django-stubs) | `5.2.9` | `6.0.5` | | [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) | `3.16.8` | `3.17.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [attrs](https://github.com/python-attrs/attrs) | `25.4.0` | `26.1.0` | | [click](https://github.com/pallets/click) | `8.3.1` | `8.4.1` | | [cron-descriptor](https://github.com/Salamek/cron-descriptor) | `2.0.6` | `2.0.8` | | [packaging](https://github.com/pypa/packaging) | `26.0` | `26.2` | | [pytz](https://github.com/stub42/pytz) | `2025.2` | `2026.2` | | [rpds-py](https://github.com/crate-py/rpds) | `0.30.0` | `2026.5.1` | | [tzdata](https://github.com/python/tzdata) | `2025.3` | `2026.2` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.6.0` | `0.7.0` | Updates `django` from 5.2.7 to 5.2.14 - [Commits](django/django@5.2.7...5.2.14) Updates `djangorestframework` from 3.16.1 to 3.17.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.16.1...3.17.1) Updates `drf-yasg` from 1.21.11 to 1.21.15 - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](axnsan12/drf-yasg@1.21.11...1.21.15) Updates `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.2) Updates `django-grappelli` from 4.0.3 to 5.0.0 - [Changelog](https://github.com/sehmaschine/django-grappelli/blob/master/docs/changelog.rst) - [Commits](sehmaschine/django-grappelli@4.0.3...5.0.0) Updates `celery` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](celery/celery@v5.6.2...v5.6.3) Updates `redis` from 6.4.0 to 8.0.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v6.4.0...v8.0.0) Updates `django-celery-beat` from 2.8.1 to 2.9.0 - [Release notes](https://github.com/celery/django-celery-beat/releases) - [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog) - [Commits](celery/django-celery-beat@v2.8.1...v2.9.0) Updates `psycopg2-binary` from 2.9.11 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.11...2.9.12) Updates `pre-commit` from 4.5.1 to 4.6.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.5.1...v4.6.0) Updates `ruff` from 0.15.4 to 0.15.15 - [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.4...0.15.15) Updates `mypy` from 1.19.1 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v2.1.0) Updates `django-stubs` from 5.2.9 to 6.0.5 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](typeddjango/django-stubs@5.2.9...6.0.5) Updates `djangorestframework-stubs` from 3.16.8 to 3.17.0 - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases) - [Commits](typeddjango/djangorestframework-stubs@3.16.8...3.17.0) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `attrs` from 25.4.0 to 26.1.0 - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](python-attrs/attrs@25.4.0...26.1.0) Updates `click` from 8.3.1 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.1...8.4.1) Updates `cron-descriptor` from 2.0.6 to 2.0.8 - [Release notes](https://github.com/Salamek/cron-descriptor/releases) - [Commits](Salamek/cron-descriptor@2.0.6...2.0.8) Updates `packaging` from 26.0 to 26.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@26.0...26.2) Updates `pytz` from 2025.2 to 2026.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2025.2...release_2026.2) Updates `rpds-py` from 0.30.0 to 2026.5.1 - [Release notes](https://github.com/crate-py/rpds/releases) - [Changelog](https://github.com/crate-py/rpds/blob/main/release.toml) - [Commits](crate-py/rpds@v0.30.0...v2026.5.1) Updates `tzdata` from 2025.3 to 2026.2 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](python/tzdata@2025.3...2026.2) Updates `wcwidth` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.6.0...0.7.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: drf-yasg dependency-version: 1.21.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: django-grappelli dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: django-celery-beat dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: django-stubs dependency-version: 6.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: djangorestframework-stubs dependency-version: 3.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: cron-descriptor dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytz dependency-version: '2026.2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: rpds-py dependency-version: 2026.5.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: tzdata dependency-version: '2026.2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: wcwidth dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 23 updates in the / directory:
5.2.75.2.143.16.13.17.11.21.111.21.151.1.11.2.24.0.35.0.05.6.25.6.36.4.08.0.02.8.12.9.02.9.112.9.124.5.14.6.00.15.40.15.151.19.12.1.05.2.96.0.53.16.83.17.07.0.07.1.025.4.026.1.08.3.18.4.12.0.62.0.826.026.22025.22026.20.30.02026.5.12025.32026.20.6.00.7.0Updates
djangofrom 5.2.7 to 5.2.14Commits
024c26b[5.2.x] Bumped version for 5.2.14 release.2115d4e[5.2.x] Fixed CVE-2026-6907 -- Prevented caching of requests when Vary header...47cf968[5.2.x] Fixed CVE-2026-35192 -- Ensured Vary header is sent when setting sess...2ec27ed[5.2.x] Fixed CVE-2026-5766 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE in Memory...ed18840[5.2.x] Fixed typo in stub release notes for 5.2.14.de3f622[5.2.x] Added stub release notes and release date for 5.2.14.fb61c8a[5.2.x] Refs CVE-2026-4292 -- Isolated new test in AdminViewListEditable.bd1a758[5.2.x] Fixed two issues in release helper scripts/verify_release.sh.da57aaa[5.2.x] Added CVE-2026-3902, CVE-2026-4277, CVE-2026-4292, CVE-2026-33033, an...c9a8bdb[5.2.x] Post-release version bump.Updates
djangorestframeworkfrom 3.16.1 to 3.17.1Release notes
Sourced from djangorestframework's releases.
... (truncated)
Commits
22e231cPrepare bug fix release 3.17.1 (#9931)8e99b53Add condition to skip pushed tags from forks (#9924)c0407deFixHTMLFormRendererwith emptydatetimevalues (#9928)30d58a7Fix the book sizing in the documentation (#9926)6f03b79Tweak order of changes in release notes021ab56Bump version and update release notes for 3.17.0 (#9921)19ebad7Bump mkdocs-material[imaging] from 9.7.4 to 9.7.5 (#9923)f222c55Correct requires-python key in pyproject.toml7e7de6fRemove code fences from release checklistc599d30Update release processUpdates
drf-yasgfrom 1.21.11 to 1.21.15Release notes
Sourced from drf-yasg's releases.
Changelog
Sourced from drf-yasg's changelog.
... (truncated)
Commits
d40c97fAdd version 1.21.15 details to the changelog (#956)2e37afdModernise and add .DS_Store to the .gitignore (#955)76a138aUse Python's nativedictinstead ofOrderedDict(#954)b55ba0ffix Python 3.12 type parameter syntax with ``from future import annotatio...7dceb27Add version 1.21.14 details to the changelog (#952)763cdd6Add version 1.21.13 details to the changelog (#951)a0559fcAdd missing swagger-ui sourcemaps (#950)2bf74d0Add version 1.21.12 details to the changelog (#948)b421e89swagger ui fix (#944)40fee2bAdd live demo domain and environment variables (#946)Updates
python-dotenvfrom 1.1.1 to 1.2.2Release notes
Sourced from python-dotenv's releases.
... (truncated)
Changelog
Sourced from python-dotenv's changelog.
Commits
36004e0Bump version: 1.2.1 → 1.2.2eb20252docs: update changelog for v1.2.2790c5c0Merge commit from fork43340daRemove the use ofshin tests (#612)09d7ceedocs: clarify override behavior and document FIFO support (#610)c8de288ci: improve workflow efficiency with best practices (#609)7bd9e3dAdd Windows testing to CI (#604)1baaf04Drop Python 3.9 support and update to PyPy 3.11 (#608)4a22cf8ci: enable testing on Python 3.14t (free-threaded) (#588)e2e8e77Fix license specifier (#597)Updates
django-grappellifrom 4.0.3 to 5.0.0Changelog
Sourced from django-grappelli's changelog.
Commits
98c98e7docs for upcoming release (5.0.0)fa9fdbdfix with dashboard modulesfd0552fMerge branch 'master' into stable/5.0.xbe75293docs for upcoming release (4.0.4)dec6e41apply label styles to legends in grp-rows, #10770208ccehide datetime inline labels, #107784d070bimproving layout for related widget display in change list, related to #10729e52129improving layout for multiple inputs in related widget, #10726622c4bimproving layout for related widget display in change list, related to #10721edb009improving layout for multiple inputs in related widget, #1072Updates
celeryfrom 5.6.2 to 5.6.3Release notes
Sourced from celery's releases.
... (truncated)
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
3f4d8d7Prepare for release: v5.6.3 (#10221)a989e8cfix: clear the timer while catch the exception (#10218)d06de5fChore(deps): Bump nick-fields/retry from 3 to 4 (#10213)c3c19c3Fix: prioritize request ignore_result over task definition (#10184)d23be53Remove outdated autoreloader section from extending docs (#10154)ada2da7docs: fix duplicated word in bootsteps comment\n\nSigned-off-by: Rohan Santho...f45f62bAdd compression header to message protocol docs (#10156)9a27092docs: clarify after_return behavior for retried tasks (#10192)6ee6230Fix#9722 friendly status errors for CLI (#10190)a9a2d4c[pre-commit.ci] pre-commit autoupdate (#10186)Updates
redisfrom 6.4.0 to 8.0.0Release notes
Sourced from redis's releases.
... (truncated)
Commits
733f80eUpdates in default connection and retry settings (#4082)a68a16cUpdating Redis supported versions in README.md and lib version to 8.0.043a41d3Updating INCREX command arg - SATURATE now controls overflow behaviour (#4077)1496debPreserve explicit None for client metadata config (#4081)57dc08cAvoid zero-timeout async reads in hiredis connections readiness checks and re...cd54dddfix(typing): correct type annotation for XReadResponse (#4046)ab2d41fAdd support for PubSub subscriptions with binary channel names and handlers (...ef24dc9Randomize cluster startup node order during topology refresh (#4060)b604015Add CLAUDE.md and /sync-claude-md skill for managing (#4066)2b8b4fcFix flaky tests (#4071)Updates
django-celery-beatfrom 2.8.1 to 2.9.0Release notes
Sourced from django-celery-beat's releases.