Bump the pip-dependencies group with 8 updates#444
Merged
chadlwilson merged 1 commit intomasterfrom Aug 1, 2025
Merged
Conversation
Bumps the pip-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.6.15` | `2025.7.14` | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.14` | `1.8.15` | | [docutils](https://github.com/rtfd/recommonmark) | `0.21.2` | `0.22` | | [grpcio](https://github.com/grpc/grpc) | `1.73.1` | `1.74.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.73.1` | `1.74.0` | | [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.9.1` | `5.9.2` | | [rich](https://github.com/Textualize/rich) | `14.0.0` | `14.1.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.1` | `7.10.1` | Updates `certifi` from 2025.6.15 to 2025.7.14 - [Commits](certifi/python-certifi@2025.06.15...2025.07.14) Updates `debugpy` from 1.8.14 to 1.8.15 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.14...v1.8.15) Updates `docutils` from 0.21.2 to 0.22 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `grpcio` from 1.73.1 to 1.74.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.73.1...v1.74.0) Updates `grpcio-tools` from 1.73.1 to 1.74.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.73.1...v1.74.0) Updates `pyfakefs` from 5.9.1 to 5.9.2 - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](pytest-dev/pyfakefs@v5.9.1...v5.9.2) Updates `rich` from 14.0.0 to 14.1.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.0.0...v14.1.0) Updates `coverage` from 7.9.1 to 7.10.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.1...7.10.1) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.7.14 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: debugpy dependency-version: 1.8.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: docutils dependency-version: '0.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: grpcio dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: grpcio-tools dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pyfakefs dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: rich dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: coverage dependency-version: 7.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
chadlwilson
approved these changes
Aug 1, 2025
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 pip-dependencies group with 8 updates:
2025.6.152025.7.141.8.141.8.150.21.20.221.73.11.74.01.73.11.74.05.9.15.9.214.0.014.1.07.9.17.10.1Updates
certififrom 2025.6.15 to 2025.7.14Commits
ddd90c62025.07.14 (#359)d9052212025.07.09 (#358)Updates
debugpyfrom 1.8.14 to 1.8.15Release notes
Sourced from debugpy's releases.
Commits
ea1dd9aFix debugger stepping actions in forked process (#1921)b387710Add parent-session-pid argument (#1920)0d65353Fix attach to process on arm64 Mac. (#1917)99b202emicrosoft/debugpy#1898 Fix. (#1899)34d5de9IPv6 support (#1896)4bc7343Fix 3.14 beta break with_handleon thread (#1895)Updates
docutilsfrom 0.21.2 to 0.22Commits
Updates
grpciofrom 1.73.1 to 1.74.0Release notes
Sourced from grpcio's releases.
... (truncated)
Commits
3e7a4d5[Release] Bump version to 1.74.0 (on v1.74.x branch) (#40290)b2d32db[Backport][v1.74.x][Python] Fix for windows distribtest (#40241)a7d80a7[ruby] bump timeout for ruby artifact build on 1.74.x branch (#40230)2a6bf86[Release] Bump version to 1.74.0-pre2 (on v1.74.x branch) (#40216)c8dcda6[Backport-to-1.74.x] Added missing useful to cf_event_engine (#40210)1c64908[Ruby] Add rubygems support for linux-gnu and linux-musl platforms (#40174)08648d3[Backport][v1.74.x][event_engine] Fix race conditions in the timer manager sh...5d59f8e[Release] Bump version to 1.74.0-pre1 (on v1.74.x branch) (#40121)5e6f934[v1.74.x] Bump core version to 49.0.0 for upcoming release (#40101) (#40119)a4650ee[CI] Updated grpc_interop_aspnetcore docker (#40088)Updates
grpcio-toolsfrom 1.73.1 to 1.74.0Release notes
Sourced from grpcio-tools's releases.
... (truncated)
Commits
3e7a4d5[Release] Bump version to 1.74.0 (on v1.74.x branch) (#40290)b2d32db[Backport][v1.74.x][Python] Fix for windows distribtest (#40241)a7d80a7[ruby] bump timeout for ruby artifact build on 1.74.x branch (#40230)2a6bf86[Release] Bump version to 1.74.0-pre2 (on v1.74.x branch) (#40216)c8dcda6[Backport-to-1.74.x] Added missing useful to cf_event_engine (#40210)1c64908[Ruby] Add rubygems support for linux-gnu and linux-musl platforms (#40174)08648d3[Backport][v1.74.x][event_engine] Fix race conditions in the timer manager sh...5d59f8e[Release] Bump version to 1.74.0-pre1 (on v1.74.x branch) (#40121)5e6f934[v1.74.x] Bump core version to 49.0.0 for upcoming release (#40101) (#40119)a4650ee[CI] Updated grpc_interop_aspnetcore docker (#40088)Updates
pyfakefsfrom 5.9.1 to 5.9.2Release notes
Sourced from pyfakefs's releases.
Changelog
Sourced from pyfakefs's changelog.
Commits
f2daf3eRelease 5.9.29f38b89Fix handling of pausing fs during reporting4ddc306[pre-commit.ci] pre-commit autoupdatec2c862f[pre-commit.ci] pre-commit autoupdate1c24d18Update furo from 2024.8.6 to 2025.7.1998d9f96[pre-commit.ci] pre-commit autoupdatea0dbde5Add chapter for pyfakefs alternatives to introe103357[pre-commit.ci] pre-commit autoupdatea15fe98Update pandas from 2.3.0 to 2.3.177344fdAdd PyPi download badgeUpdates
richfrom 14.0.0 to 14.1.0Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
2dca1b7Merge pull request #3808 from Textualize/bump141019b6dddversion bumpa75a9a9Merge pull request #3807 from Textualize/optimize-options9a08a2doptimize size9c9b011Merge pull request #3680 from Textualize/willmcgugan-patch-156855a6Update bug_report.mdfa9ce3cMerge pull request #3692 from smacke/null-tb-offset-fixe0c7e96Merge pull request #3783 from Textualize/live-typing81b1255Self typing21b3800Merge pull request #3718 from TomJGooding/fix-panel-fix-title-missing-panel-b...Updates
coveragefrom 7.9.1 to 7.10.1Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
7fdcbebdocs: sample HTML for 7.10.1c9e9625docs: prep for 7.10.1e8193ffchore: make upgrade9aad22atest: improve theif TYPE_CHECKING:exclusion test1e2f41afix: excluding TYPE_CHECKING should have been the line not the branch2134e57fix: use getsitepackages for writing .pth files. #2006a4300a7test: signal statuses are mysterious. #20082fd4961docs: update the man page, for oncea13607fbuild: comment_on_fixes should show html urls0f00d49build: bump version to 7.10.1Most Recent Ignore Conditions Applied to This Pull Request
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