Bump the python group across 1 directory with 23 updates - #298
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python group across 1 directory with 23 updates#298dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python group with 23 updates in the / directory: | Package | From | To | | --- | --- | --- | | [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.11.0` | | [hiredis](https://github.com/redis/hiredis-py) | `3.2.1` | `3.3.0` | | [celery](https://github.com/celery/celery) | `5.5.3` | `5.6.0` | | [uvicorn[standard]](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.38.0` | | [uvicorn-worker](https://github.com/Kludex/uvicorn-worker) | `0.3.0` | `0.4.0` | | [django-allauth[mfa,socialaccount]](https://github.com/sponsors/pennersr) | `65.10.0` | `65.13.1` | | [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) | `2.4` | `2.5` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.7.0` | `4.9.0` | | [drf-spectacular](https://github.com/tfranzel/drf-spectacular) | `0.28.0` | `0.29.0` | | [django-webpack-loader](https://github.com/django-webpack/django-webpack-loader) | `3.2.1` | `3.2.3` | | [psycopg[c]](https://github.com/psycopg/psycopg) | `3.2.9` | `3.3.2` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.35.0` | `2.48.0` | | [werkzeug[watchdog]](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.4` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.1.0` | `1.1.1` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.19.1` | | [django-stubs[compatible-mypy]](https://github.com/sponsors/typeddjango) | `5.2.2` | `5.2.8` | | [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` | | [djangorestframework-stubs](https://github.com/sponsors/typeddjango) | `3.16.2` | `3.16.6` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.9` | `0.14.10` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.10.3` | `7.13.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.5.1` | | [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `6.0.0` | `6.1.0` | | [django-coverage-plugin](https://github.com/nedbat/django_coverage_plugin) | `3.1.1` | `3.2.0` | Updates `whitenoise` from 6.9.0 to 6.11.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.9.0...6.11.0) Updates `hiredis` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/redis/hiredis-py/releases) - [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md) - [Commits](redis/hiredis-py@v3.2.1...v3.3.0) Updates `celery` from 5.5.3 to 5.6.0 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](celery/celery@v5.5.3...v5.6.0) Updates `uvicorn[standard]` from 0.35.0 to 0.38.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.35.0...0.38.0) Updates `uvicorn-worker` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Kludex/uvicorn-worker/releases) - [Commits](Kludex/uvicorn-worker@0.3.0...0.4.0) Updates `django-allauth[mfa,socialaccount]` from 65.10.0 to 65.13.1 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-crispy-forms` from 2.4 to 2.5 - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md) - [Commits](django-crispy-forms/django-crispy-forms@2.4...2.5) Updates `django-cors-headers` from 4.7.0 to 4.9.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](adamchainz/django-cors-headers@4.7.0...4.9.0) Updates `drf-spectacular` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/tfranzel/drf-spectacular/releases) - [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst) - [Commits](tfranzel/drf-spectacular@0.28.0...0.29.0) Updates `django-webpack-loader` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/django-webpack/django-webpack-loader/releases) - [Changelog](https://github.com/django-webpack/django-webpack-loader/blob/master/CHANGELOG.md) - [Commits](django-webpack/django-webpack-loader@3.2.1...3.2.3) Updates `psycopg[c]` from 3.2.9 to 3.3.2 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.9...3.3.2) Updates `sentry-sdk` from 2.35.0 to 2.48.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.35.0...2.48.0) Updates `werkzeug[watchdog]` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.3...3.1.4) Updates `watchfiles` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v1.1.0...v1.1.1) Updates `mypy` from 1.17.1 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.19.1) Updates `django-stubs[compatible-mypy]` from 5.2.2 to 5.2.8 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `pytest-sugar` from 1.0.0 to 1.1.1 - [Release notes](https://github.com/Teemu/pytest-sugar/releases) - [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst) - [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1) Updates `djangorestframework-stubs` from 3.16.2 to 3.16.6 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `ruff` from 0.12.9 to 0.14.10 - [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.9...0.14.10) Updates `coverage` from 7.10.3 to 7.13.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.3...7.13.0) Updates `pre-commit` from 4.3.0 to 4.5.1 - [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.3.0...v4.5.1) Updates `django-debug-toolbar` from 6.0.0 to 6.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@6.0.0...6.1.0) Updates `django-coverage-plugin` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/nedbat/django_coverage_plugin/releases) - [Commits](coveragepy/django_coverage_plugin@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: hiredis dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: celery dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: uvicorn[standard] dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: uvicorn-worker dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-allauth[mfa,socialaccount] dependency-version: 65.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-crispy-forms dependency-version: '2.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-cors-headers dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: drf-spectacular dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-webpack-loader dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: psycopg[c] dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: sentry-sdk dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: werkzeug[watchdog] dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: watchfiles dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-stubs[compatible-mypy] dependency-version: 5.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pytest-sugar dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: djangorestframework-stubs dependency-version: 3.16.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: coverage dependency-version: 7.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-debug-toolbar dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-coverage-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... 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 group with 23 updates in the / directory:
6.9.06.11.03.2.13.3.05.5.35.6.00.35.00.38.00.3.00.4.065.10.065.13.12.42.54.7.04.9.00.28.00.29.03.2.13.2.33.2.93.3.22.35.02.48.03.1.33.1.41.1.01.1.11.17.11.19.15.2.25.2.81.0.01.1.13.16.23.16.60.12.90.14.107.10.37.13.04.3.04.5.16.0.06.1.03.1.13.2.0Updates
whitenoisefrom 6.9.0 to 6.11.0Changelog
Sourced from whitenoise's changelog.
Commits
c9c06e9Version 6.11.0051c4e9Support Django 6.0 (#665)c903cc1Version 6.10.0a81bcb0docs(django): use the stable version in URLs (#626)67b4f32Support Python 3.14 (#664)da8d333[pre-commit.ci] pre-commit autoupdate (#663)8000724Bump the github-actions group with 2 updates (#662)8fb339fUpgrade dependencies (#661)adf64ddUse uvx to run tox on GitHub Actions (#660)ad6eb20[pre-commit.ci] pre-commit autoupdate (#659)Updates
hiredisfrom 3.2.1 to 3.3.0Release notes
Sourced from hiredis's releases.
Commits
187d0f3Version 3.3.03efcf03Add Python 3.14 to CI and wheels (#213) (#215)966cedeFix assertion in reader.c (#212)78def30Bump version to 3.3.0-devUpdates
celeryfrom 5.5.3 to 5.6.0Release notes
Sourced from celery's releases.
... (truncated)
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
cca1116Prepare for release: v5.6.0 (#10010)1133f22Bump mypy from 1.14.1 to 1.19.0 (#10008)0932d2c[pre-commit.ci] pre-commit autoupdate (#10007)b446910Prepare for (pre) release: v5.6.0rc2 (#10005)3f0f0feasynpool: Don't return from inside a finally block (#10000)95d0552Bump actions/checkout from 5 to 6 (#10003)f32b92fAdd Py39-314t to CI (#9999)63c1910Don't fail task on timeout during cold shutdown (#9678)30649dbFix log leaking broker credentials (#9997)929412eRemove Python 4.0 version condition for pytest dependencies (#9993)Updates
uvicorn[standard]from 0.35.0 to 0.38.0Release notes
Sourced from uvicorn[standard]'s releases.
Changelog
Sourced from uvicorn[standard]'s changelog.
Commits
3850ad6Version 0.38.0 (#2733)9b3f17aSupport Python 3.14 (#2723)ce79f95Revert "Add Marcelo Trylesinski to the license (#2699)" (#2730)dbf8797docs: add social icons (#2728)58f28beAdd section about event loop (#2725)93d9510Bump docs dependencies (#2724)9b1c6c4Move Marcelo Trylesinski to maintainers inpyproject.toml(#2719)57a61d8Add discord to README (#2718)7ef5f9fchore(deps): bump astral-sh/setup-uv from 6.7.0 to 6.8.0 (#2717)6d26d88Update pyproject.toml for PEP639 compliance (#2713)Updates
uvicorn-workerfrom 0.3.0 to 0.4.0Release notes
Sourced from uvicorn-worker's releases.
Commits
cd29cc6Version 0.4.0 (#38)c6019ebSupport uvicorn >= 0.36.0 (#37)b96ea28Bump the python-packages group across 1 directory with 9 updates (#33)0b796fdAdd official support for Python 3.13 (#36)Updates
django-allauth[mfa,socialaccount]from 65.10.0 to 65.13.1Commits
Updates
django-crispy-formsfrom 2.4 to 2.5Release notes
Sourced from django-crispy-forms's releases.
Changelog
Sourced from django-crispy-forms's changelog.
Commits
65fa8ae2.5 Release. (#1424)ca4ca14PEP 639 licenses (#1413)aaabe68Updated pre-commit hook versions.125dd16Pyupgrade 3.9+1f9c8ecConfirmed support for Python 3.14, Django. Drop support for Python 3.8.93cb8c8Correct names in special thanks section (#1421)e327548Added security policy. (#1419)6481342Enabled GitHub code of conduct (#1416)dabd719Add Project Logo. (#1415)Updates
django-cors-headersfrom 4.7.0 to 4.9.0Changelog
Sourced from django-cors-headers's changelog.
Commits
a3a3ad2Version 4.9.02f5a94bCorrect testing of Django 6.0 (#1015)4356514Support Django 6.0 (#1014)eeaa041Version 4.8.0b760e4dSupport Python 3.14 (#1013)bf6abfb[pre-commit.ci] pre-commit autoupdate (#1012)5d0c651Upgrade dependencies (#1011)873fd5fUse uvx to run tox on GitHub Actions (#1010)f8aa330[pre-commit.ci] pre-commit autoupdate (#1009)b04460f[pre-commit.ci] pre-commit autoupdate (#1008)Updates
drf-spectacularfrom 0.28.0 to 0.29.0Release notes
Sourced from drf-spectacular's releases.
... (truncated)
Changelog
Sourced from drf-spectacular's changelog.
Commits
7a7a1f2disable py3.8 target due to pyproject.toml issuesff7a62bfix docse58143bversion bumpe40b287Renovate project setup #116262fc98bMerge pull request #1467 from tfranzel/decimal_l18nd7247a5Add l18n handling for Decimal field #14665221afdMerge branch '#1392'88302faFix LogoutSerializer for JWT/dj_rest_auth #1392f7138e3fix: support token blacklist feature in rest_auth2c71a35[django-filter] Add null_label if set in ChoiceFilter (#1450)Updates
django-webpack-loaderfrom 3.2.1 to 3.2.3Release notes
Sourced from django-webpack-loader's releases.
Changelog
Sourced from django-webpack-loader's changelog.
Commits
e5eb4d3Update to v3.2.3af3d074Add warning for default timeout in webpack_loaderbcb49fdUpdate test dependencies0ffa7d0Bump to v3.2.2Updates
psycopg[c]from 3.2.9 to 3.3.2Changelog
Sourced from psycopg[c]'s changelog.
... (truncated)
Commits
bc9e7bdchore: bump psycopg package version to 3.3.23bcabb4Merge pull request #1231 from noirbee/fix/1230-adapter-get-dumper-race-condition08bfe00fix(adapters): avoid race condition when replacing class name with itself7be710efix: mark external libpq C functions as noexcept nogil6a24300docs: larger font for 3.3.0 release5a60a1echore: bump psycopg package version to 3.3.2.dev19bdd78cchore: bump psycopg package version to 3.3.14d27426Merge branch 'fix/server-cursor-iter'b9b82e8fix: fix iteration on server-side cursor2a75357fix: add test to verify iteration in server-side cursor brokenUpdates
sentry-sdkfrom 2.35.0 to 2.48.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.