-
Notifications
You must be signed in to change notification settings - Fork 66
Deps: Bump the python-packages group with 3 updates #1216
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 3 updates: [lxml](https://github.com/lxml/lxml), [ruff](https://github.com/astral-sh/ruff) and [typing-extensions](https://github.com/python/typing_extensions). Updates `lxml` from 5.3.1 to 5.3.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-5.3.1...lxml-5.3.2) Updates `ruff` from 0.11.2 to 0.11.4 - [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.2...0.11.4) Updates `typing-extensions` from 4.12.2 to 4.13.1 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.12.2...4.13.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.11.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: typing-extensions dependency-version: 4.13.1 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
Apr 7, 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 3 updates: lxml, ruff and typing-extensions.
Updates
lxmlfrom 5.3.1 to 5.3.2Changelog
Sourced from lxml's changelog.
Commits
820db89CI: Allow Py3.14 jobs to fail.93ad02adocs: Add a note about C compiler installation to error message (GH-454)16878daAdd some hints to the documentation on how to build lxml (GH-453)6ff7ed9Fix contact email address on PyPI.09c2cb2Prepare release of lxml 5.3.2.a7d30ebUpdate changelog.9160a04Switch to libxml2 2.12.10.9446c31Remove outdated link.d25404fBuild: Prevent using Cython 3.1 alpha.Updates
rufffrom 0.11.2 to 0.11.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
95d6ed4Bump 0.11.4 (#17212)acc5662[syntax-errors] Allowyieldin base classes and annotations (#17206)33a56f1Don't skip visiting non-tuple slice intyping.Annotatedsubscripts (#17201)5cee346[red-knot] mypy_primer: do not specify Python version (#17200)ffa824e[red-knot] AddType.definitionmethod (#17153)98b95c9ImplementInvalid rule providedas rule RUF102 with--fix(#17138)a4ba10f[red-knot] Add basic on-hover to playground and LSP (#17057)bf03068[red-knot] don't remove negations when simplifying constrained typevars (#17189)4f924bb[minor] Fix extra semicolon for clippy (#17188)c2b2e42[syntax-errors] Invalid syntax in annotations (#17101)Updates
typing-extensionsfrom 4.12.2 to 4.13.1Release notes
Sourced from typing-extensions's releases.
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
... (truncated)
Commits
45a8847Prepare release 4.13.1 (#573)f264e58Move CI to "ubuntu-latest" (round 2) (#570)5ce0e69Fix TypeError with evaluate_forward_ref on some 3.10 and 3.9 versions (#558)304f5cbAdd SQLAlchemy to third-party daily tests (#561)ebe2b94Fix duplicated keywords for typing._ConcatenateGenericAlias in 3.10.2 (#557)9f93d6fAdd intersphinx links for 3.13 typing features (#550)c893401Prepare release 4.13.0 (#555)6239d86Use latest Python docs as intersphinx base rather than 3.12 docs (#549)671a337Fix 'Test and lint' workflow running on forks (#551)e77e8e2Disable pyanalyze tests for now (#554)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 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