Bump the python group with 4 updates#115
Merged
Merged
Conversation
Bumps the python group with 4 updates: [click](https://github.com/pallets/click), [githubkit](https://github.com/yanyongyu/githubkit), [lxml](https://github.com/lxml/lxml) and [ruff](https://github.com/astral-sh/ruff). Updates `click` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.1...8.3.0) Updates `githubkit` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/yanyongyu/githubkit/releases) - [Commits](yanyongyu/githubkit@v0.13.2...v0.13.3) Updates `lxml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.0.1...lxml-6.0.2) Updates `ruff` from 0.13.0 to 0.13.1 - [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.13.0...0.13.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: githubkit dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
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 group with 4 updates: click, githubkit, lxml and ruff.
Updates
clickfrom 8.2.1 to 8.3.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
Commits
00fadb8Release version 8.3.02a0e3batesting/CliRunner: Fix regression related to EOF introduced in 262bdf0 (#2940)e11a1efMerge branch 'main' into fix-cli-runner-prompt-eof-handling36deba8Forward exception information to resources registered in a context (#3058)f2cae7a#2447 Add summary of PR to changelog for 8.3.x7c7ec36#2447 Split resource exception handling tests in single and nested92129c5#2447 Added exception forwarding to context tests555fa9b#2447 Forward exception data to exit stack when calling__exit__16fe802Add more tests onEnumrendering (#3053)d36de6fAdd more tests on Enum rendering their item's names and not valuesUpdates
githubkitfrom 0.13.2 to 0.13.3Release notes
Sourced from githubkit's releases.
Commits
f35789d🔖 bump version 0.13.3ac67e96🐛 fix url eval param name errorc678937⬆️ upgrade dependenciesUpdates
lxmlfrom 6.0.1 to 6.0.2Changelog
Sourced from lxml's changelog.
Commits
283d02eBuild: Minor readability cleanup.52cf97cRevert "Build: Avoid redundant manylinux2014 builds across newer jobs."a21e474Build: Avoid redundant manylinux2014 builds across newer jobs.58d4d2bBuild: Upgrade libxml2 to 2.14.6.e5d80daBuild: Clean up and simplify target selection and environment setup in pyproj...e913380Build: Limit optimised wheel builds to AMD64 and Arm64 to save time and resou...d22f6a1Build: bump actions/setup-python in the github-actions group (GH-479)f8fa76dBuild: Prevent redundant branch wheel builds for pull requests.b3e9372Build: bump pypa/cibuildwheel in the github-actions group (GH-478)a7ec229Prepare release of lxml 6.0.2.Updates
rufffrom 0.13.0 to 0.13.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
706be0aAddpyproject.tomlto rooster configversion_filesand bump to 0.13.1 (#2...7b40428Bump 0.13.1 (#20473)b9b5755Upgrade to the latest rooster version and include contributors in CHANGELOG (...b4b5d67[flynt] Use triple quotes for joined raw strings with newlines (FLY002) (...0b60584Bump MSRV to Rust 1.88 (#20470)821b2f8[refurb] Marksingle-item-membership-testfix as always unsafe (FURB171...1758f26Update rust toolchain to 1.90 (#20469)2502ff7[ty] Make TypeIs invariant in its type argument (#20428)144373f[flake8-use-pathlib] FixPTH101,PTH104,PTH105,PTH121fixes (#20143)91995aa[pyupgrade] Fix false positive when class name is shadowed by local variabl...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