chore(deps): bump the python-packages group across 1 directory with 5 updates#12
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the python-packages group across 1 directory with 5 updates#12dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… updates Bumps the python-packages group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.10` | `5.2.11` | | [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `25.1.0` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.11.1` | `4.12.0` | | [asgiref](https://github.com/django/asgiref) | `3.11.0` | `3.11.1` | | [django-environ](https://github.com/joke2k/django-environ) | `0.12.0` | `0.12.1` | Updates `django` from 5.2.10 to 5.2.11 - [Commits](django/django@5.2.10...5.2.11) Updates `gunicorn` from 23.0.0 to 25.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...25.1.0) Updates `pytest-django` from 4.11.1 to 4.12.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](pytest-dev/pytest-django@v4.11.1...v4.12.0) Updates `asgiref` from 3.11.0 to 3.11.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](django/asgiref@3.11.0...3.11.1) Updates `django-environ` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](joke2k/django-environ@v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest-django dependency-version: 4.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: asgiref dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: django-environ dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 5 updates in the / directory:
5.2.105.2.1123.0.025.1.04.11.14.12.03.11.03.11.10.12.00.12.1Updates
djangofrom 5.2.10 to 5.2.11Commits
4a96a19[5.2.x] Bumped version for 5.2.11 release.ab0ad8d[5.2.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...e863ee2[5.2.x] Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via al...3e68ccd[5.2.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...9f2ada8[5.2.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...17a1d64[5.2.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...1ba9006[5.2.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...184e38a[5.2.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...d8c551d[5.2.x] Added stub release notes and release date for 5.2.11 and 4.2.28.3ea659d[5.2.x] Clarified regression nature of data loss bug in docs/releases/5.2.10....Updates
gunicornfrom 23.0.0 to 25.1.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
2d43101docs: merge gunicornc into 25.1.0 releasebf4ad8ddocs: update 25.1.0 release date to 2026-02-13730350eMerge pull request #3505 from benoitc/feature/gunicornc-control-interface63df19bfix(tests): use process groups for reliable signal handling in PyPycd77bccfix(tests): increase wait time for all server tests02ea985fix(tests): improve server test reliability on FreeBSD6d81c9efix: resolve pylint warnings7486baafix: remove unused imports3e60d29docs: add gunicornc control interface guidee05e40dfeat(ctl): add message-based dirty worker managementUpdates
pytest-djangofrom 4.11.1 to 4.12.0Changelog
Sourced from pytest-django's changelog.
Commits
a2a9495Release 4.12.0020bc23tests: make sure access to default can also be blockedbcefbe8Add support for isolating apps in tests39c8dccplugin: add a note why we reorder tests1830acdpyproject.toml: require pytest 9 for self tests, switch to native toml config...f19da08Fix the order of the test cases that use the live_server fixture92858eedocs: add pytest 9.0+ native TOML configuration format3f550d9build(deps): bump hynek/build-and-inspect-python-package1f50dd2Drop obsolete traces of Django 5.0 in CI247ec1cFixPytestCollectionWarningforTestRunnerclass (#1259)Updates
asgireffrom 3.11.0 to 3.11.1Changelog
Sourced from asgiref's changelog.
Commits
d97a733Releasing 3.11.1.a50968aCVE-2025-14550: Fixed duplicate header handling in WsgiToAsgi.0fb85a4Fixed sync_to_async wrapping callables with attribute namedcontext.2b28409Updated Hypercorn homepage URL (#539)Updates
django-environfrom 0.12.0 to 0.12.1Release notes
Sourced from django-environ's releases.
Changelog
Sourced from django-environ's changelog.
Commits
efab9d6Merge pull request #576 from joke2k/developfeed770docs(readme): replace archived Two Scoops link with official Feldroy page2ebe6a2docs(security): update vulnerability contact to project maintainerf4b9c36chore(release): bump version to 0.12.1 and update maintainer metadata079a2f1Fix PostgreSQL cluster IPv6 parsing and lazy-default debug logging (#575)de337e0Merge pull request #568 from gsmoon97/docs/fix-typo14b45a8docs: Fix typo in tips.rst99872f5add sphinx configuration for readthedocsDependabot 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 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