From 0355ba5e29721a180237c29316dc5f56ac7b75b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:51:00 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 8 updates Bumps the python-packages group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.6.6` | | [twine](https://github.com/pypa/twine) | `6.0.1` | `6.1.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.12` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.9.9` | | [trio](https://github.com/python-trio/trio) | `0.27.0` | `0.29.0` | | [trustme](https://github.com/python-trio/trustme) | `1.2.0` | `1.2.1` | | [uvicorn](https://github.com/encode/uvicorn) | `0.32.1` | `0.34.0` | Updates `mkdocs-material` from 9.5.47 to 9.6.6 - [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.6) 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.6.12 - [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.6.12) Updates `mypy` from 1.13.0 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.15.0) Updates `ruff` from 0.8.1 to 0.9.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.1...0.9.9) Updates `trio` from 0.27.0 to 0.29.0 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.27.0...v0.29.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.34.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.34.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: trio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: trustme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index caa094f33a..268e102975 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,20 +11,20 @@ chardet==5.2.0 # Documentation mkdocs==1.6.1 mkautodoc==0.2.0 -mkdocs-material==9.5.47 +mkdocs-material==9.6.6 # Packaging build==1.2.2.post1 -twine==6.0.1 +twine==6.1.0 # Tests & Linting -coverage[toml]==7.6.1 +coverage[toml]==7.6.12 cryptography==44.0.1 -mypy==1.13.0 +mypy==1.15.0 pytest==8.3.4 -ruff==0.8.1 -trio==0.27.0 +ruff==0.9.9 +trio==0.29.0 trio-typing==0.10.0 trustme==1.1.0; python_version < '3.9' -trustme==1.2.0; python_version >= '3.9' -uvicorn==0.32.1 +trustme==1.2.1; python_version >= '3.9' +uvicorn==0.34.0