-
-
Notifications
You must be signed in to change notification settings - Fork 976
Bump the python-packages group across 1 directory with 11 updates #3653
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
Conversation
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), [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 `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: 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]>
| pytest==8.3.4 | ||
| coverage[toml]==7.10.6 | ||
| cryptography==45.0.7 | ||
| mypy==1.17.1 |
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.
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.
@lovelydinosaur, I am unsure if any of these upgrades could unblock #3645
Nope. These updates are not the solution to pytest on Python 3.14rc2.
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.
@dependabot ignore mypy
|
Sorry, only users with push access can use that command. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
|
@dependabot recreate |
|
Sorry, only users with push access can use that command. |
Updates the requirements on rich, mkdocs-material, build, twine, coverage[toml], cryptography, mypy, pytest, 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
triofrom 0.27.0 to 0.30.0Release notes
Sourced from trio's releases.
... (truncated)
Commits
c495078Bump version to 0.30.0568d84eMerge pull request #3245 from A5rocks/away-from-hoverxref8f1f294Merge pull request #3197 from jakkdl/background_with_channel58e03c9handle multiple cancellationsba9c1d2Merge branch 'main' into background_with_channelb076e6dmulti-cancel test.. which should perhaps be fixede9596a2fixes after review737d96aMerge pull request #3249 from A5rocks/fix-3.14-deprecationb7177b0Restoretrio.Path#as_uri0030ac8rename background_with_channel -> as_safe_channel, rename _raise, don't unwra...Updates
trustmefrom 1.2.0 to 1.2.1Release notes
Sourced from trustme's releases.
Commits
6d39f51Bump version to 1.2.14290066Polish off #670a49a64bSwitch to nox (#668)e3dc904Use cryptography to load the pyOpenSSL certificates (#670)00a906dBump the dependencies group with 10 updates (#669)49b59ddFix 1.2.0 release notes (#667)dd1778bBump version to 1.2.0+devUpdates
uvicornfrom 0.32.1 to 0.35.0Release notes
Sourced from uvicorn's releases.