Bump the python-dependencies group with 9 updates#2
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the python-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [asgiref](https://github.com/django/asgiref) | `3.10.0` | `3.11.1` | | [dj-database-url](https://github.com/jazzband/dj-database-url) | `3.0.1` | `3.1.2` | | [django](https://github.com/django/django) | `5.2.7` | `6.0.4` | | [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `25.3.0` | | [packaging](https://github.com/pypa/packaging) | `25.0` | `26.2` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.11` | `2.9.12` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.2` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.3` | `0.5.5` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.11.0` | `6.12.0` | Updates `asgiref` from 3.10.0 to 3.11.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](django/asgiref@3.10.0...3.11.1) Updates `dj-database-url` from 3.0.1 to 3.1.2 - [Release notes](https://github.com/jazzband/dj-database-url/releases) - [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md) - [Commits](jazzband/dj-database-url@v3.0.1...v3.1.2) Updates `django` from 5.2.7 to 6.0.4 - [Commits](django/django@5.2.7...6.0.4) Updates `gunicorn` from 23.0.0 to 25.3.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...25.3.0) Updates `packaging` from 25.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@25.0...26.2) 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 `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 `sqlparse` from 0.5.3 to 0.5.5 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.3...0.5.5) Updates `whitenoise` from 6.11.0 to 6.12.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.11.0...6.12.0) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: dj-database-url dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: sqlparse dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed. |
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the python-dependencies group with 9 updates:
3.10.03.11.13.0.13.1.25.2.76.0.423.0.025.3.025.026.22.9.112.9.121.1.11.2.20.5.30.5.56.11.06.12.0Updates
asgireffrom 3.10.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)b7b15b2Releasing 3.11.0.901ee4fAdded a custom context parameter for the sync_to_async (#536)2138f03Fixed typo in test file comment.Updates
dj-database-urlfrom 3.0.1 to 3.1.2Release notes
Sourced from dj-database-url's releases.
Changelog
Sourced from dj-database-url's changelog.
Commits
e77149f[pre-commit.ci] pre-commit autoupdate (#297)6beffe6Fix a regression in adding tests/ dir to source packagef9c3130Bump wheel from 0.45.1 to 0.46.2 (#296)5337838Bump urllib3 from 2.6.2 to 2.6.3 (#295)6fc3664Bump django from 5.2.9 to 5.2.11 (#294)19805c9Bump cryptography from 46.0.3 to 46.0.5 (#293)1b102cdUpdate project URLs in pyproject.tomle41afda[pre-commit.ci] pre-commit autoupdate (#291)dba6077Update .pre-commit-config.yaml to use pinned version numbers. (#289)e6f4cccAdd pytest to dependenciesUpdates
djangofrom 5.2.7 to 6.0.4Commits
141e791[6.0.x] Bumped version for 6.0.4 release.393dbc5[6.0.x] Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body ...0910af6[6.0.x] Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.428c48f[6.0.x] Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.li...08a752c[6.0.x] Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelA...a623c39[6.0.x] Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.ffc83c5[6.0.x] Refs #36949 -- Removed hardcoded pks in modeladmin tests.4eb38f6[6.0.x] Fixed #36973 -- Made fields.E348 check detect further clashes between...640c431[6.0.x] Refs #36862 -- Reiterated security note on both variants of RemoteUse...ea8e293[6.0.x] Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s.Updates
gunicornfrom 23.0.0 to 25.3.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
9bce72cUpdate changelog with missing 25.3.0 changes2a15fdbFix pylint isinstance-second-argument-not-valid-type warning8d08aaaFix --limit-request-line 0 to mean unlimitedd40a374Fix pytest-asyncio configuration and treq_asgi hex escapesda8bd48Remove unused AsyncRequest classb00f125Integrate gunicorn_h1c 0.6.3 with InvalidChunkExtension supportbdb2ebdReject chunk extensions with bare CR bytes (RFC 9112)7057fc9Fix http_protocols documentation to use string syntaxd43acb8Update to gunicorn_h1c >= 0.6.2 for asgi_headers supportcbd27e8Merge pull request #3559 from benleembruggen/fix/http2-asgi-body-duplicationUpdates
packagingfrom 25.0 to 26.2Release notes
Sourced from packaging's releases.
... (truncated)
Changelog
Sourced from packaging's changelog.
... (truncated)
Commits
84a87eeBump for release4a616b6docs: a few more updates to prepare for 26.2 (#1176)9de6f44ci: use native uv integration in rtd (#1175)bc76e14chore: update changelog for 26.2 (#1161)3f00091tests: add a pickle check (#1174)48a8a06fix: make Requirements/Markers pickle-safe (#1171)823b44efix: make Tags pickle-safe (#1170)4bed32dfix: make Specifier / SpecifierSet pickle-safe (#1168)963118efix: re-export ExceptionGroup for now (#1164)66e34a8docs(specifiers): add is_unsatisfiable() usage example (#1166)Updates
psycopg2-binaryfrom 2.9.11 to 2.9.12Changelog
Sourced from psycopg2-binary's changelog.
... (truncated)
Commits
3a6d9d6ci: include almalinux in whieel buildingebca6bfchore: bump to version 3.9.120196f02build(deps): bump pypa/cibuildwheel from 3.3.1 to 3.4.0d157bdcbuild(deps): bump docker/setup-qemu-action from 3 to 47fccc0fbuild(deps): bump actions/upload-artifact from 6 to 7d52a61echore: bump dependency librariesb231d72chore: fix building binary images6d76e84Merge pull request #1836 from psycopg/fix-1835f7e314cfix: overflow in malformed intervaleb905c1docs: replace bare except clause with except ExceptionUpdates
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
sqlparsefrom 0.5.3 to 0.5.5Changelog
Sourced from sqlparse's changelog.
Commits
0d24023Bump version to 0.5.5da67ac1Enhance DoS protection by raising SQLParseError for exceeded grouping limits ...5ca50a2Fix splitting of BEGIN TRANSACTION statements (fixes #826).acd8e58Back to development version.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.Updates
whitenoisefrom 6.11.0 to 6.12.0Changelog
Sourced from whitenoise's changelog.
Commits
1e3a30bVersion 6.12.0bc4c738Merge pull request #684 from evansd/use-commonpath505ed8dUseos.path.commonpath()to identify child pathsb6d8ed4Upgrade dependencies (#683)edc79de[pre-commit.ci] pre-commit autoupdate (#682)79fb2f1Bump the github-actions group with 2 updates (#680)2b245df[pre-commit.ci] pre-commit autoupdate (#681)dcb50f3Upgrade dependencies (#678)1c4a746[pre-commit.ci] pre-commit autoupdate (#677)e7f970aBump actions/checkout from 5 to 6 in the github-actions group (#676)Dependabot 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