From 31009001c3a3922de9562920d26ed2dd9b75d8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:20:00 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 11 updates 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](https://github.com/Textualize/rich/compare/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](https://github.com/squidfunk/mkdocs-material/compare/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](https://github.com/pypa/build/compare/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](https://github.com/pypa/twine/compare/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](https://github.com/nedbat/coveragepy/compare/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](https://github.com/pyca/cryptography/compare/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](https://github.com/python/mypy/compare/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](https://github.com/pytest-dev/pytest/compare/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](https://github.com/python-trio/trio/compare/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](https://github.com/python-trio/trustme/compare/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](https://github.com/encode/uvicorn/compare/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] --- pyproject.toml | 2 +- requirements.txt | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb9e5c9a3d..fc3e95ea74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ brotli = [ cli = [ "click==8.*", "pygments==2.*", - "rich>=10,<14", + "rich>=10,<15", ] http2 = [ "h2>=3,<5", diff --git a/requirements.txt b/requirements.txt index 8b5a111a71..08953d828b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,19 +11,19 @@ chardet==5.2.0 # Documentation mkdocs==1.6.1 mkautodoc==0.2.0 -mkdocs-material==9.5.47 +mkdocs-material==9.6.18 # Packaging -build==1.2.2.post1 -twine==6.0.1 +build==1.3.0 +twine==6.1.0 # Tests & Linting -coverage[toml]==7.6.1 -cryptography==44.0.1 -mypy==1.13.0 -pytest==8.3.4 +coverage[toml]==7.10.6 +cryptography==45.0.7 +mypy==1.17.1 +pytest==8.4.1 ruff==0.12.11 -trio==0.27.0 +trio==0.30.0 trio-typing==0.10.0 -trustme==1.2.0 -uvicorn==0.32.1 +trustme==1.2.1 +uvicorn==0.35.0