-
-
Notifications
You must be signed in to change notification settings - Fork 998
Bump the python-packages group across 1 directory with 12 updates #3648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
Updates the requirements on [rich](https://github.com/Textualize/rich), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [build](https://github.com/pypa/build), [twine](https://github.com/pypa/twine), [coverage[toml]](https://github.com/nedbat/coveragepy), [cryptography](https://github.com/pyca/cryptography), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff), [trio](https://github.com/python-trio/trio), [trustme](https://github.com/python-trio/trustme) and [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. Updates `rich` 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@v10.0.0...v14.1.0) Updates `mkdocs-material` from 9.5.47 to 9.6.18 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.47...9.6.18) Updates `build` from 1.2.2.post1 to 1.3.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.2.post1...1.3.0) Updates `twine` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@6.0.1...6.1.0) Updates `coverage[toml]` from 7.6.1 to 7.10.6 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.1...7.10.6) Updates `cryptography` from 44.0.1 to 45.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.1...45.0.7) Updates `mypy` from 1.13.0 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.17.1) Updates `pytest` from 8.3.4 to 8.4.1 - [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.3.4...8.4.1) Updates `ruff` from 0.8.1 to 0.12.11 - [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.8.1...0.12.11) Updates `trio` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.27.0...v0.30.0) Updates `trustme` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/python-trio/trustme/releases) - [Commits](python-trio/trustme@v1.2.0...v1.2.1) Updates `uvicorn` from 0.32.1 to 0.35.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.32.1...0.35.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.1.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: mkdocs-material dependency-version: 9.6.18 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: twine dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage[toml] dependency-version: 7.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: cryptography dependency-version: 45.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.12.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: trio dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: trustme dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
|
Failing test fixed in: |
cclauss
reviewed
Sep 3, 2025
| cryptography==45.0.7 | ||
| mypy==1.17.1 | ||
| pytest==8.4.1 | ||
| ruff==0.12.11 |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This upgrade is failing the GitHub Actions tests.
Suggested change
| ruff==0.12.11 | |
| ruff==0.8.1 |
Or merge #3651.
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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.
Updates the requirements on rich, mkdocs-material, build, twine, coverage[toml], cryptography, mypy, pytest, ruff, trio, trustme and uvicorn to permit the latest version.
Updates
richto 14.1.0Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
... (truncated)
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
mkdocs-materialfrom 9.5.47 to 9.6.18Release notes
Sourced from mkdocs-material's releases.
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
51bc7baPrepare 9.6.18 releasefe4a431Updated dependencies3b3c632Updated Azerbaijani translations26d6e5eImproved compatibility with minijinjac79364aFixed last minijinja compat issues in templatesc89a66bUpdated changelog6fb115bPrepare 9.6.17 releasef3bf8b3Fixed linter errorsb1ad1bcUpdated dependencies83055c1Fixed linter errorsUpdates
buildfrom 1.2.2.post1 to 1.3.0Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
... (truncated)
Commits
60e8752chore: bump to 1.3.0 (#919)807cfbafeat: add --config-json (#916)bf54ad0tests: fix issues with ignore53852dfdocs: uv exampleb983371tests: optional virtualenv6cd157aAdopt PEP 639 "license" field (#914)bdaea36tests: fixes for errors in CI14d6508pre-commit: bump repositories59ac60epre-commit: bump repositories48ebd63pre-commit: bump repositoriesUpdates
twinefrom 6.0.1 to 6.1.0Changelog
Sourced from twine's changelog.
Commits
aa3a910Update changelog for 6.1.0 (#1214)4406034Merge pull request #1208 from dnicolodi/rm-setuptools2ca55dbSimplify generation of test packages used in test_checkbffd296Move build_archive() from test_sdist to common helpers modulefd0646eMerge pull request #1206 from dnicolodi/rm-binary-blobs-part1ab4ec8cMerge pull request #1211 from pypa/dependabot/github_actions/actions/upload-a...b562f74build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0b2832deRemove tests/fixtures/twine-1.5.0.zip970851dRemove tests/alt-fixtures/twine-1.5.0-py2.py3-none-any.whl2386ca5build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#1205)Updates
coverage[toml]from 7.6.1 to 7.10.6Release notes
Sourced from coverage[toml]'s releases.
... (truncated)
Changelog
Sourced from coverage[toml]'s changelog.
... (truncated)
Commits
88c55ffdocs: sample HTML for 7.10.601d8995docs: prep for 7.10.69b0c24fdocs: thanks Alex #203866d6910fix: makesourcepaths absolute where they exist. #1499bb3382fbuild: no need for the combine/html times now9ea349alab: warn_executed.py808c9b4build: changing metacov.ini should trigger metacov384f5f2build: oops, some 'if's are really line pragmasa7224afperf: pre-compute the mapping between other_db.context and main.context (#2038)5c00c5bchore: bump the action-dependencies group with 3 updates (#2039)Updates
cryptographyfrom 44.0.1 to 45.0.7Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
f52a3e1prep for a 45.0.7 release (#13378)66198c2Bump for release (#13249)3e53a23Bump for 45.0.5 release (#13135)678c0c5prepare for 45.0.4 release (#13058)5038495backports for 45.0.3 release (#12979)f81c075Backport mypy fixes for release (#12930)8ea28e0bump for 45.0.1 (#12922)6784097bump for 45 release (#12886)2d9c1c9bump MSRV to 1.74 (#12919)6c18874Bump BoringSSL, OpenSSL, AWS-LC in CI (#12918)Updates
mypyfrom 1.13.0 to 1.17.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
acb2983Bump version to 1.17.1933c913RetainNoneas constraints bottom if no bottoms were provided (#19485)5f4428fFix "ignored exception inhasattr" in dmypy (#19428)88fdeaaPrevent a crash when InitVar is redefined with a method in a subclass (#19453)e44d14fBump version to 1.17.1+dev0260991Update version string3901aa2Updates to 1.17 changelog (#19436)7d13396Initial changelog for 1.17 release (#19427)a182decCombine the revealed types of multiple iteration steps in a more robust manne...ab4fd57Improve the handling of "iteration dependent" errors and notes in finally cla...Updates
pytestfrom 8.3.4 to 8.4.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
8d99211Prepare release version 8.4.15dc5880docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78Fix compatibility with Twisted 25 (#13502) (#13531)4c161abpytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09Fix typo in parametrize.rst (#13514) (#13516)1a0581bRemove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7Merge pull request #13486 from hosmir/fixtypo (#13487)b49745efix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceedRELEASING: remove pytest mailing list (#13472) (#13473)Updates
rufffrom 0.8.1 to 0.12.11Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
c2bc15bBump 0.12.11 (#20136)e586f6d[ty] Benchmarks for problematic implicit instance attributes cases (#20133)76a6b7e[pyflakes] Fixallowed-unused-importsmatching for top-level modules (`F4...1ce6571Move GitLab output rendering toruff_db(#20117)d9aaacd[ty] Evaluate reachability of non-definitely-bound to Ambiguous (#19579)18eaa65[ty] Introduce a representation for the top/bottom materialization of an inva...af259fa[flake8-async] Implementblocking-h...Description has been truncated