build(deps): bump the python-dependencies group across 1 directory with 6 updates - #33
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the python-dependencies group across 1 directory with 6 updates#33dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…th 6 updates Bumps the python-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.5.0` | `1.6.0` | | [hatchling](https://github.com/pypa/hatch) | `1.31.0` | `1.32.0` | | [lizard](https://github.com/terryyin/lizard) | `1.23.0` | `1.24.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `4.6.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.5` | | [tox](https://github.com/tox-dev/tox) | `4.58.0` | `4.60.1` | Updates `build` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.5.0...1.6.0) Updates `hatchling` from 1.31.0 to 1.32.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.31.0...hatchling-v1.32.0) Updates `lizard` from 1.23.0 to 1.24.0 - [Release notes](https://github.com/terryyin/lizard/releases) - [Changelog](https://github.com/terryyin/lizard/blob/master/CHANGELOG.md) - [Commits](terryyin/lizard@1.23.0...1.24.0) Updates `pre-commit` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.1...v4.6.2) Updates `ruff` from 0.16.1 to 0.16.5 - [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.16.1...0.16.5) Updates `tox` from 4.58.0 to 4.60.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.58.0...4.60.1) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: lizard dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: tox dependency-version: 4.60.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... 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-dependencies group with 6 updates in the / directory:
1.5.01.6.01.31.01.32.01.23.01.24.04.6.14.6.20.16.10.16.54.58.04.60.1Updates
buildfrom 1.5.0 to 1.6.0Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
7ac9efechore: prepare for 1.6.0e57e2bf👷 ci: use app token for releases (#1169)66438abpre-commit: bump repositories (#1167)4ed9658build(deps): bump the github-actions group with 3 updates (#1166)c76707f🔧 chore: batch dependency updates weekly on Tuesday (#1165)b317437Drop a few PyPy-specific test skips (#1164)561f331pre-commit: bump repositories (#1163)9456281refactor: drop redundantexc_infoparameter from backend exception wrapper ...3e7a445Use stdlibimportlib.metadatafor typing (#1162)9a2e1e9tests: download integration sources once per run (#1157)Updates
hatchlingfrom 1.31.0 to 1.32.0Release notes
Sourced from hatchling's releases.
Commits
558061cFix ci (#2377)bc6d1bcrelease Hatch v1.18.0 (#2376)8429e5drelease Hatchling v1.32.0 (#2375)413b3a8Prepare for release (#2374)4ccc9eaBug Fix - fix CTRL-C behavior to correctly handle signals (#2369)a885803Add sources to enable other types of local dependencies (#2313)ab3e000Add --all flag to hatch build for building all workspace members (#2352)bb90277fix: Allow the; privateannotation inimport-names/import-namespacesp...3a9d853fix: prevent backward relative paths in readme (#2354)c4dc4f8test: Fix test expectations for metadata generated byflit-core(#2365)Updates
lizardfrom 1.23.0 to 1.24.0Release notes
Sourced from lizard's releases.
Changelog
Sourced from lizard's changelog.
Commits
308b1c3Release 1.24.031e3014Issue: terryyin/lizard#491e7b982cEnhance documentation and refine development rulesc87f6e5refactor(golike): streamline handling of generic type parametersa852e8bMerge pull request #484 from StressTestor/fix/golike-generic-type-params542c5a6refactor(csvoutput): simplify CSV output logic and enhance extension handling7778cedMerge pull request #486 from ArmaanjeetSandhu/fix/csv-output-multi-field-exte...68fd973refactor(halstead): remove Halstead metrics and tests1ddaeb9feat(halstead): enhance operand classification and CSV output for extensionsda2d6f9Merge pull request #485 from ArmaanjeetSandhu/feature/halstead-metricsUpdates
pre-commitfrom 4.6.1 to 4.6.2Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
9767b6cv4.6.242ee3ffMerge pull request #3743 from pre-commit/npm-build-scripts-11-x3056619fixlanguage: nodefor hooks with build scripts and npm 11.xUpdates
rufffrom 0.16.1 to 0.16.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9e4938cBump 0.16.5 (#28110)aad0e90Allow rules without codes (#28049)5fdab73Update preview default rules and categories (#27877)29c8e5bDocument rule acceptance guidelines (#27910)50a4d7fDocument the new category selectors (#27906)ada8795Introduce category selectors (#27666)d894723[ty] Infer lambda parameters through callable type aliases (#28109)2685fde[ty] Narrow functional enum members in==andmatch(#28103)efcffd2[ty] Intersection simplifications with subtype-related generic specialization...eb78048[ty] Bump ecosystem-analyzer for HTML escaping (#28104)Updates
toxfrom 4.58.0 to 4.60.1Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
e91ca3brelease 4.60.159e984fReport an empty TOML command value as a handled error (#4041)fcb513e[pre-commit.ci] pre-commit autoupdate (#4040)e753137Report a bad ini core value as a handled error (#4028)79a45b4🔧 chore: batch dependency updates weekly on Tuesday (#4038)e388aeb🔧 chore: drop the now-unused ty ignore directive (#4039)76baa0adocs: drop the claim that tox -e py skips tests with missing dependencies (#4...0250664build(deps): bump astral-sh/setup-uv from 10.0.0 to 10.0.1 (#4037)8527c61fix: report an invalid --skip-env regex as a handled error (#4029)fb859dcfix: a semicolon truncates a value read from a set_env file (#4030)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