build(deps-dev): bump the python group across 1 directory with 9 updates - #76
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump the python group across 1 directory with 9 updates#76dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.3` | `7.15.4` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.58` | `3.1.59` | | [lxml](https://github.com/lxml/lxml) | `6.1.1` | `6.1.2` | | [mypy](https://github.com/python/mypy) | `2.3.0` | `2.3.1` | | [numpy](https://github.com/numpy/numpy) | `2.5.1` | `2.5.2` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `4.6.2` | | [pygithub](https://github.com/pygithub/pygithub) | `2.9.1` | `2.10.0` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.6` | `4.0.7` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.21` | `0.16.4` | Updates `coverage` from 7.15.3 to 7.15.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.3...7.15.4) Updates `gitpython` from 3.1.58 to 3.1.59 - [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.58...3.1.59) Updates `lxml` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.1.1...lxml-6.1.2) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) Updates `numpy` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.5.1...v2.5.2) 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 `pygithub` from 2.9.1 to 2.10.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.9.1...v2.10.0) Updates `pylint` from 4.0.6 to 4.0.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.6...v4.0.7) Updates `ruff` from 0.15.21 to 0.16.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.15.21...0.16.4) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: gitpython dependency-version: 3.1.59 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: pygithub dependency-version: 2.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
rosterloh
added a commit
that referenced
this pull request
Aug 24, 2026
Takes the grouped Dependabot update from #76 onto this branch, since both touch pyproject.toml and uv.lock and would otherwise conflict: coverage 7.15.3 -> 7.15.4 pre-commit 4.6.1 -> 4.6.2 gitpython 3.1.58 -> 3.1.59 pygithub 2.9.1 -> 2.10.0 lxml 6.1.1 -> 6.1.2 pylint 4.0.6 -> 4.0.7 mypy 2.3.0 -> 2.3.1 ruff 0.15.21 -> 0.16.4 numpy 2.5.1 -> 2.5.2 Constraints edited by hand and re-resolved with `uv lock`, which landed on the same versions #76 resolved. Nothing excluded; pylink-square>=2.0 stayed out as the dependabot ignore rule intends (pyocd pins <2.0). Verified: `mise x -- pytest` 7 passed; `ruff check` clean. One behaviour change worth knowing: ruff 0.16 formats Python code blocks inside Markdown, so `ruff format` now sees 79 files where 0.15.21 saw 4 (the repo has exactly 4 .py files; the rest are .claude/skills/*.md) and would reformat snippets in 6 of them. No CI step runs ruff, and the pre-commit ruff hooks only receive Python files, so nothing fails - but a bare `mise run fmt` will now rewrite those docs. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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 9 updates in the / directory:
7.15.37.15.43.1.583.1.596.1.16.1.22.3.02.3.12.5.12.5.24.6.14.6.22.9.12.10.04.0.64.0.70.15.210.16.4Updates
coveragefrom 7.15.3 to 7.15.4Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
Commits
4c0e7ffdocs: sample HTML for 7.15.4db4cc32docs: prep for 7.15.4c33085cstyle: start gradual move to ruff 0.1653a0fd5fix: neutralize control characters in lcov report fields (#2226)b64d53dbuild: make 3.15 wheels53792abbuild: show the python version for kitsf6b03c7chore: make upgrade_one package=cibuildwheeld9b660achore: make upgradeb128a31docs: oops, move this entry to the correct placea7a2c15fix: escape filename urls in html report href attributes (#2227)Updates
gitpythonfrom 3.1.58 to 3.1.59Release notes
Sourced from gitpython's releases.
Commits
66340d7prepare changelog prior to releasea5e047dMerge pull request #2211 from gitpython-developers/config-sanitize-moreef7568efix: ignore includes in submodule configuration4b4e47ffix: preserve multiline config values when writingb473abbMerge pull request #2210 from gitpython-developers/fix-clone-unsafe-option5ff52ccMerge pull request #2209 from caroescm/fix-index-add-chmodb68afffBlock separate git directories during clone93677a0fix:index.add()now supports filters (#2021)9729ed3Merge pull request #2208 from gitpython-developers/security-fixesce9d8e8prepare next releaseUpdates
lxmlfrom 6.1.1 to 6.1.2Changelog
Sourced from lxml's changelog.
Commits
f2874e9Update release date.687a295Build: Exclude Py3.8 from windows-arm builds.acadc56Build: Remove outdated build target.59f93ebBuild: Split old-Linux and other-Py3.8 builds.923df83Build: Fix manylinux2014 build.975cc83Build: Fix Px3.8 build setup.09e5d3eBuild: Fix cibuildwheel version.998cf50Build: Build Py3.8 wheels only once, not in every build job.5567037Build: Exclude Py3.15 from 32bit builds.904db40Build: Update cibuildwheel to include Py3.15.Updates
mypyfrom 2.3.0 to 2.3.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
d642c44Bump version to 2.3.1a392429[mypyc] Fix crash on double yielding Iterators (#21826)4843e77[mypyc] Fixdefault_factoryfor inherited dataclass (#21785)14f5df9[mypyc] Clear coroutine env on coroutine completion (#21734)6dfa06dFix crash when unpacking return value from overload (#21830)a385746Bump version to 2.3.1+devUpdates
numpyfrom 2.5.1 to 2.5.2Release notes
Sourced from numpy's releases.
... (truncated)
Commits
48feceeREL: Prepare for the NumPy 2.5.2 release (#32226)ecf599cMerge pull request #32221 from charris/backport-321513c7ac97Merge pull request #32220 from charris/backport-3220523b30f4BUG: avoid segfaults when legacy copyswap slot is not defined (#32151)4964ca8TYP:iscloseshape-typing fix for 2d array-likes (#32205)c37ed94MAINT: Skip limited_api tests on some platforms. (#32214)5cfd73bMerge pull request #32206 from charris/update-cibuildwheeld8262bcMAINT: Update cibuildwheel to v4.2.0988d94dMerge pull request #32158 from charris/backport-32133b2e4f97BUG: avoid possible stack overflow in arraydescr_dealloc (#32133)Updates
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
pygithubfrom 2.9.1 to 2.10.0Release notes
Sourced from pygithub's releases.
... (truncated)
Changelog
Sourced from pygithub's changelog.
... (truncated)
Commits
5cdf6abRelease 2.10.0 (#3560)33071b3Fix lazy retrieval of latest tag name (#3487)4f8674bFix OrganizationSecret.edit() to seal the value and use PUT (#3529)c63d09edocs: add example for uploading multiple files in a single commit (#3545)4785224Fix OAuth2 authorizationstate/code_verifierparameters (#3440)134f38aAllow creating custom property with values_editable_by param (#3548)5f707d6FixWorkflowRunschema suggestion (#3559)8280929docs: add exception handling example (#3543)c15572fFix doubled slash in request path forbase_urlwith trailing slash (#3537)162ce9dAddreturn_run_detailsparameter toWorkflow.create_dispatch(#3471)Updates
pylintfrom 4.0.6 to 4.0.7Commits
c6768d3Bump pylint to 4.0.7, update changelog (#11246)e96ce2bStop invalid-name from treating TypedDict instances as classes893294e[Backport maintenance/4.0.x] Fix crash in comparison-with-callable on a proxi...8cd74d4Fix a crash on calls unpacking dicts with non-string keysbc618adFix too-many-lines being reported at another module's pragma line3e1ee47[Backport maintenance/4.0.x] Fixbad-string-format-typefalse positives for...7ca8116[Backport maintenance/4.0.x] Fixuseless-parent-delegationfalse positive o...14275a1[Backport maintenance/4.0.x] Fixliteral-comparisonsuggestion corrupting i...a87eaa6[Backport maintenance/4.0.x] Fixnested-min-maxdropping arguments after th...bdd017f[Backport maintenance/4.0.x] Fixtoo-many-localscounting PEP 695 type para...Updates
rufffrom 0.15.21 to 0.16.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
11c76bfBump 0.16.4 (#27937)d53c8c5Isolate playground builds from deployment credentials (#27839)cab001eDisable uv preview for releases and pre-commit hooks (#27939)f8d575f[ty] Clarify writing guidance for human readers (#27912)ca45faeSet--previewand--default-indexfor theuv-lockhook (#27935)4827bf7ExportUV_DEFAULT_INDEXinrelease.sh(#27934)d1087a4[ty] Handle assignment expressions in string annotations (#27921)680cce4[ty] Optimize inherited recursive protocol comparisons (#27922)974d3cbUpgrade ecosystem-analyzer and mypy_primer to the latest upstream pins (#27932)b169b40Install cargo tools locked (#27929)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