chore(deps-dev): bump the development-dependencies group across 1 directory with 7 updates#85
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…ectory with 7 updates Bumps the development-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/coveragepy/coveragepy) | `7.11.0` | `7.13.4` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.45` | `3.1.46` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.5.1` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.407` | `1.1.408` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` | | [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `10.4.1` | `10.5.3` | | [refurb](https://github.com/dosisod/refurb) | `2.2.0` | `2.3.0` | Updates `coverage` from 7.11.0 to 7.13.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.11.0...7.13.4) Updates `gitpython` from 3.1.45 to 3.1.46 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.45...3.1.46) Updates `pre-commit` from 4.3.0 to 4.5.1 - [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.3.0...v4.5.1) Updates `pyright` from 1.1.407 to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.407...v1.1.408) Updates `pytest` from 8.4.2 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.2) Updates `python-semantic-release` from 10.4.1 to 10.5.3 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v10.4.1...v10.5.3) Updates `refurb` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/dosisod/refurb/releases) - [Commits](dosisod/refurb@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: python-semantic-release dependency-version: 10.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: refurb dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
AssigneesThe following users could not be added as assignees: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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 development-dependencies group with 7 updates in the / directory:
7.11.07.13.43.1.453.1.464.3.04.5.11.1.4071.1.4088.4.29.0.210.4.110.5.32.2.02.3.0Updates
coveragefrom 7.11.0 to 7.13.4Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
4f78d57build: no need to publish status.jsonf8616ffdocs: sample HTML for 7.13.4fcf8c68docs: prep for 7.13.4189ecfddocs: thanks Pankhudi Jain for ppc64le wheels #212158aade0build: add support for ppc64le architecture (#2121)8ea42c8chore: bump actions/attest-build-provenance (#2131)c09595fdocs: Janine put a lot of effort into debugging issue #21288ee1760docs: Greg wrote a great issue: #212976ba043docs: thanks, Noah Fatsi371fcc5fix: set fixed paths_list in TreeMatcher init (#2130)Updates
gitpythonfrom 3.1.45 to 3.1.46Release notes
Sourced from gitpython's releases.
Commits
9e24eb6Prepare next releaseb8bb60eMerge pull request #2094 from George-Ogden/join-pathlikec8b58c0Update test/test_tree.py88e2614Allow joining path to tree9fa28aeAdd failing tests for joining paths6d66a02Merge pull request #2093 from gitpython-developers/dependabot/submodules/git/...f738029Bump git/ext/gitdb from65321a2to4c63ee6eecc28dMerge pull request #2086 from George-Ogden/true-pathlike0cb55fbRevert "Add tests with non-ascii characters"1710626Add tests with non-ascii charactersUpdates
pre-commitfrom 4.3.0 to 4.5.1Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
8a0630cv4.5.1fcbc745Merge pull request #3597 from pre-commit/empty-setup-py51592eefix python local template when artifact dirs are present67e8fafMerge pull request #3596 from pre-commit/pre-commit-ci-update-configc251e6b[pre-commit.ci] pre-commit autoupdate98ccafaMerge pull request #3593 from pre-commit/pre-commit-ci-update-config4895355[pre-commit.ci] pre-commit autoupdate2cedd58Merge pull request #3588 from pre-commit/pre-commit-ci-update-config465192d[pre-commit.ci] pre-commit autoupdatefd42f96Merge pull request #3586 from pre-commit/zipapp-sha256-file-not-neededUpdates
pyrightfrom 1.1.407 to 1.1.408Commits
81b795aPyright NPM Package update to 1.1.408 (#357)Updates
pytestfrom 8.4.2 to 9.0.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...Updates
python-semantic-releasefrom 10.4.1 to 10.5.3Release notes
Sourced from python-semantic-release's releases.
... (truncated)
Changelog
Sourced from python-semantic-release's changelog.
... (truncated)
Commits
350c48fchore: release v10.5.3a51eaddfix(parser-conventional-monorepo): fix parser opts validator for outside dir ...427af48test(fixtures): upgrade monorepos to monitor external package files27a006ctest(fixtures): upgrade commit simulation to modify specific filese164f68fix(cmd-version): resolve unauthenticated git repo issues for upstream verifi...18b7edafix(github-action): fix failed signing issue when ssh was missing from action...779af88ci(deps): bumptj-actions/changed-files@v47.0.0action tov47.0.1(#1394)edf0229ci(deps): bumpactions/stale@v10.1.0tov10.1.1(#1394)e0927e3ci(deps): bumpactions/setup-python@v6.0.0tov6.1.0(#1394)b984f41ci(deps): bumpactions/upload-artifact@v5.0.0tov6.0.0(#1394)Updates
refurbfrom 2.2.0 to 2.3.0Release notes
Sourced from refurb's releases.
Commits
2fd5fe0Bump version to 2.3.0d10ae46Fix FURB148 false positive when loop variable is used after loop (#370)e2ce817Fix FURB142 false positive when set target depends on loop variable (#367)aea2e65Fix FURB184 false positive when assignment is not a call (#368)5574eceFix FURB173 false positive on Mapping types (#361)0726924Fix FURB111 false positive on lambdas with default arguments (#363)c8db505Fix crash on PEP 695 type alias statements (#360)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