-
Notifications
You must be signed in to change notification settings - Fork 95
Deps: Bump the python-packages group with 4 updates #1221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Bumps the python-packages group with 4 updates: [ruff](https://github.com/astral-sh/ruff), [starlette](https://github.com/encode/starlette), [uvicorn](https://github.com/encode/uvicorn) and [zipp](https://github.com/jaraco/zipp). Updates `ruff` from 0.11.11 to 0.11.12 - [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.11.11...0.11.12) Updates `starlette` from 0.46.2 to 0.47.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.46.2...0.47.0) Updates `uvicorn` from 0.34.2 to 0.34.3 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.34.2...0.34.3) Updates `zipp` from 3.21.0 to 3.22.0 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.21.0...v3.22.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: starlette dependency-version: 0.47.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.34.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: zipp dependency-version: 3.22.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuespoetry.lock
Allowed Licenses: 0BSD, AGPL-3.0-or-later, Apache-2.0, BlueOak-1.0.0, BSD-2-Clause, BSD-3-Clause-Clear, BSD-3-Clause, BSL-1.0, CAL-1.0, CC-BY-3.0, CC-BY-4.0, CC-BY-SA-4.0, CC0-1.0, EPL-2.0, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-2.0, GPL-3.0-only, GPL-3.0-or-later, GPL-3.0, ISC, LGPL-2.0-only, LGPL-2.0-or-later, LGPL-2.1-only, LGPL-2.1-or-later, LGPL-2.1, LGPL-3.0-only, LGPL-3.0, LGPL-3.0-or-later, MIT, MIT-CMU, MPL-1.1, MPL-2.0, OFL-1.1, PSF-2.0, Python-2.0, Python-2.0.1, Unicode-DFS-2016, Unlicense, Zlib, ZPL-2.1 OpenSSF Scorecard
Scanned Files
|
Conventional Commits Report
🚀 Conventional commits found. |
bjoernricks
approved these changes
Jun 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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 4 updates: ruff, starlette, uvicorn and zipp.
Updates
rufffrom 0.11.11 to 0.11.12Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
aee3af0Bump 0.11.12 (#18369)04dc48e[refurb] FixFURB129autofix generating invalid syntax (#18235)27743ef[pylint] Implementmissing-maxsplit-arg(PLC0207) (#17454)c60b4d7[ty] Add subtyping between Callable types and class literals with__init__...16621fa[flake8-bugbear] Add fix safety section (B006) (#17652)e23d4ea[flake8-bugbear] Ignore__debug__attribute inB010(#18357)452f992[ty] Simplify signature types, use them inCallableType(#18344)a5ebb3f[ty] Support ephemeral uv virtual environments (#18335)9925910Add aViolationMetadata::rulemethod (#18234)a3ee6bbReturnDiagnosticGuardfromChecker::report_diagnostic(#18232)Updates
starlettefrom 0.46.2 to 0.47.0Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
739321dVersion 0.47.0 (#2947)af1c709Add support for ASGIpathsendextension (#2671)f099743Make annotation formethodsmore permissive (#2903)2ff7653chore: improve type hints (#2867)bc4b937CI: skips type check until mypy ready for 3.14 (#2936)4acf1d1feat: add partitioned attribute to cookie (#2501)278e33eBump the python-packages group with 7 updates (#2930)a766a58Mark ExceptionMiddleware.http_exception as async to prevent thread creation. ...Updates
uvicornfrom 0.34.2 to 0.34.3Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
5e33d43Add notes about 0.34.3 and Google Analytics (#2642)ce129ffchore: improve type hints (#2638)fa3d9d2Applyget_client_addrformatting to WebSocket logging (#2636)66b9b58Bump the python-packages group across 1 directory with 5 updates (#2631)bc79505chore: update h11 dependecy to latest release (#2621)2eda7b1Bump uvloop (#2618)c9ba771Version 0.34.3 (#2617)56a9f68Don't includecwd()when non-empty--reload-dirsis passed (#2598)Updates
zippfrom 3.21.0 to 3.22.0Changelog
Sourced from zipp's changelog.
Commits
30fe7ceFinalizefe1690bRemove duplicate changelog.91bb1b6Merge pull request #140 from barneygale/fix-133f49ec30Add news fragment.309ecd3Re-use self.filename60bb91dReturn in a single expression.6470c39Extract a separate test for root characteristics on disk.3503c8bUse Windows path rules to parseZipFile.filenameon Windowsa706776Tweak PyPy stacklevel adjustment.73cdd55Merge pull request #142 from jaraco/backport-gh-123429Dependabot 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