Bump the all group across 1 directory with 7 updates#22
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.3.1` | `8.3.2` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.5` | `46.0.6` | | [django](https://github.com/django/django) | `5.2.11` | `5.2.12` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.2` | `0.6.3` | | [tomli](https://github.com/hukkin/tomli) | `2.4.0` | `2.4.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.41.0` | `0.44.0` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.11.0` | `6.12.0` | Updates `click` from 8.3.1 to 8.3.2 - [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.3.2) Updates `cryptography` from 46.0.5 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...46.0.6) Updates `django` from 5.2.11 to 5.2.12 - [Commits](django/django@5.2.11...5.2.12) Updates `pyasn1` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.2...v0.6.3) Updates `tomli` from 2.4.0 to 2.4.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.4.0...2.4.1) Updates `uvicorn` from 0.41.0 to 0.44.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.41.0...0.44.0) 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: click dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: django dependency-version: 5.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tomli dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, 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.
Bumps the all group with 7 updates in the / directory:
8.3.18.3.246.0.546.0.65.2.115.2.120.6.20.6.32.4.02.4.10.41.00.44.06.11.06.12.0Updates
clickfrom 8.3.1 to 8.3.2Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
052c006Change update release date.502b7ceMerge branch 'stable' of https://github.com/pallets/click into release-8.3.2a0a37e4Change publish to werkzeug latest. (#3301)57be6fcChange publish to werkzeug latest.781d6a8Update publish workflows (#3266)ff795b6Update precommit pins with toxdd87ef4Update github action pins with tox93d3f9dRelease version 8.3.23299ba1Add missing PR to changelog. (#3264)b7f62c4Add missing PR to changelog.Updates
cryptographyfrom 46.0.5 to 46.0.6Changelog
Sourced from cryptography's changelog.
Commits
91d7288Cherry-pick #14542 (#14543)Updates
djangofrom 5.2.11 to 5.2.12Commits
4f382ca[5.2.x] Bumped version for 5.2.12 release.b07ed2a[5.2.x] Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions o...4d3c184[5.2.x] Fixed CVE-2026-25673 -- Simplified URLField scheme detection.94e7f17[5.2.x] Refs #36944 -- Added missing versionchanged annotation for MAX_LENGTH...951fe8b[5.2.x] Pinned black == 25.12.0 for black docs checks and ensured they pass.1db60ed[5.2.x] Aligned docs checks between GitHub Actions and local development.703777c[5.2.x] Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit re...a73eed2[5.2.x] Pinned black == 25.12.0 in GitHub actions, pre-commit and test requir...490e495[5.2.x] Bumped minimum isort version to 7.0.0.2bc009b[5.2.x] Added stub release notes and release date for 5.2.12 and 4.2.29.Updates
pyasn1from 0.6.2 to 0.6.3Release notes
Sourced from pyasn1's releases.
Changelog
Sourced from pyasn1's changelog.
Commits
af65c3bPrepare release 0.6.35a49bd1Merge commit from fork5494ba4Fix asDateTime incorrect fractional seconds parsing (#102)71f486eFix DeprecationWarning stacklevel for deprecated attributes (#101)d7cb42dFix OverflowError from oversized BER length field (#100)Updates
tomlifrom 2.4.0 to 2.4.1Changelog
Sourced from tomli's changelog.
Commits
c5f4469Bump version: 2.4.0 → 2.4.12bcd262Add change log for 2.4.1 and 2.3.1e1fdb94Limit number of parts of a key (#286)c20c491pre-commit autoupdate920e20bUpdate performance benchmark and results064e492Merge pull request #280 from hukkin/version-2.4.0Updates
uvicornfrom 0.41.0 to 0.44.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
edb54c4Version 0.44.0 (#2890)029be08Implement websocket keepalive pings for websockets-sansio (#2888)8d397c7Version 0.43.0 (#2885)587042d🐛 Emithttp.disconnectASGIreceive()event on server shutting down for s...c9a75fbchore(deps): bump the github-actions group with 3 updates (#2878)84fd578chore(deps): bump pygments from 2.19.2 to 2.20.0 (#2877)cd52d34Use nativecontextparameter forcreate_taskon Python 3.11+ (#2859)5211880Drop cast in ASGI types (#2875)1cb8e74Add websocket 500 fallback header test (#2874)28efbb2chore(deps-dev): bump cryptography from 46.0.5 to 46.0.6 (#2873)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