chore(deps): bump the python-packages group across 1 directory with 9 updates#5
Merged
masterivanic merged 1 commit intomainfrom Dec 12, 2025
Merged
Conversation
… updates Bumps the python-packages group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.7` | `5.2.9` | | [drf-spectacular](https://github.com/tfranzel/drf-spectacular) | `0.28.0` | `0.29.0` | | [dependency-injector](https://github.com/ets-labs/python-dependency-injector) | `4.48.2` | `4.48.3` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` | | [django-stubs](https://github.com/sponsors/typeddjango) | `5.2.7` | `5.2.8` | | [asgiref](https://github.com/django/asgiref) | `3.10.0` | `3.11.0` | | [rpds-py](https://github.com/crate-py/rpds) | `0.27.1` | `0.30.0` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.3` | `0.5.4` | Updates `django` from 5.2.7 to 5.2.9 - [Commits](django/django@5.2.7...5.2.9) 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 `dependency-injector` from 4.48.2 to 4.48.3 - [Release notes](https://github.com/ets-labs/python-dependency-injector/releases) - [Commits](ets-labs/python-dependency-injector@4.48.2...4.48.3) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `pytest` from 8.4.2 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.2) Updates `django-stubs` from 5.2.7 to 5.2.8 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `asgiref` from 3.10.0 to 3.11.0 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](django/asgiref@3.10.0...3.11.0) Updates `rpds-py` from 0.27.1 to 0.30.0 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.27.1...v0.30.0) Updates `sqlparse` from 0.5.3 to 0.5.4 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.3...0.5.4) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: drf-spectacular dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: dependency-injector dependency-version: 4.48.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: django-stubs dependency-version: 5.2.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: asgiref dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: rpds-py dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch 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 9 updates in the / directory:
5.2.75.2.90.28.00.29.04.48.24.48.31.18.21.19.08.4.29.0.25.2.75.2.83.10.03.11.00.27.10.30.00.5.30.5.4Updates
djangofrom 5.2.7 to 5.2.9Commits
c14b756[5.2.x] Bumped version for 5.2.9 release.99e7d22[5.2.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...479415c[5.2.x] Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL inject...da1dfe6[5.2.x] Fixed #36712 -- Evaluated type annotations lazily in template tag reg...e2ddec4[5.2.x] Refs #36743 -- Corrected docstring for DisallowedRedirect.b83ee61[5.2.x] Closed temporary files in OverwritingStorageTests.test_save_overwrite...645dc99[5.2.x] Refs #35535 -- Used intended decorator in test_simple_block_tag_paren...8558605[5.2.x] Added link to Python Pickle documentation in docs/topics/cache.txt.de1dc3a[5.2.x] Fixed outdated redis-py link in cache docs.ee92d41[5.2.x] Highlighted community package upgrade utilities in docs/howto/upgrade...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
dependency-injectorfrom 4.48.2 to 4.48.3Release notes
Sourced from dependency-injector's releases.
Commits
1510a84Bump version51f8187Allow annotated marker to be anywhere in the annotation list (#939)244deeeRetrofit assert_type for Aggregate and Callable (#935)d72d07cImprove type annotations in providers009a86dImporve dict typings18e3252Allow explicit typing on Selector using TypeVar with default Any (#932)059f78bFix FastDepends v3 compatibility (#933)9d3a432Fix providers.Resource missing overloads for AbstractContextManager and Abstr...Updates
mypyfrom 1.18.2 to 1.19.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
0f068c9Remove +dev6d5cf52Various updates to 1.19 changelog (#20304)3c81308Add draft version of 1.19 release notes (#20296)1999a20[mypyc] librt base64: use existing SIMD CPU dispatch by customizing build fla...1b94fbb[mypyc] Fix vtable pointer with inherited dunder new (#20302)13369cb[mypyc] Fix crash on super in generator (#20291)a087a58Update import map when new modules added (#20271)35e843c[mypyc] Add efficient librt.base64.b64decode (#20263)094f66d[mypyc] Add repr to AssignmentTarget subclasses (#20258)0738db3Do not push partial types to the binder (#20202)Updates
pytestfrom 8.4.2 to 9.0.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...Updates
django-stubsfrom 5.2.7 to 5.2.8Commits
Updates
asgireffrom 3.10.0 to 3.11.0Changelog
Sourced from asgiref's changelog.
Commits
b7b15b2Releasing 3.11.0.901ee4fAdded a custom context parameter for the sync_to_async (#536)2138f03Fixed typo in test file comment.Updates
rpds-pyfrom 0.27.1 to 0.30.0Release notes
Sourced from rpds-py's releases.
Commits
c38c979Tag a release.09c7538Update the pre-commit link for zizmor.086997fRemove an unneeded section of the pyproject.toml.7690933Merge pull request #204 from edgarrmondragon/pyo3-0.27.284f9bd1Update to PyO3 0.27.25cb6bc4Merge pull request #203 from crate-py/pre-commit-ci-update-config677a6db[pre-commit.ci] pre-commit autoupdate5f1fa20Merge pull request #202 from crate-py/pre-commit-ci-update-config6657a51[pre-commit.ci] pre-commit autoupdate5fb6f35Prepare for 0.29.0Updates
sqlparsefrom 0.5.3 to 0.5.4Changelog
Sourced from sqlparse's changelog.
Commits
14e300bBump version.96a67e2Code cleanup.1a3bfbdFix handling of semicolons inside BEGIN...END blocks (fixes #809).e92a032Fix handling of IF EXISTS statements in BEGIN...END blocks (fixes #812).149bebfUpdate Changelog.561a67eUpdate AUTHORS.73c8ba3bugfix ISSUE_801; Remove all comments when only comments1b32387Update action to run on all prs.31903e0Add pre-commit hook support (fixes #537)1357726docs: add AGENTS.md for project guidance and development commandsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions