From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 07:20:50 +0000 (+0200) Subject: Bump the python-packages group with 6 updates (#2914) X-Git-Tag: 0.46.2~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb6cebbeecbbc44f87acb310330b37813d06598d;p=thirdparty%2Fstarlette.git Bump the python-packages group with 6 updates (#2914) Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.8.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.2` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20241230` | `6.0.12.20250326` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.6` | `9.6.11` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.2` | `1.16.8` | Updates `coverage` from 7.6.12 to 7.8.0 - [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.12...7.8.0) Updates `ruff` from 0.9.9 to 0.11.2 - [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.9.9...0.11.2) Updates `types-pyyaml` from 6.0.12.20241230 to 6.0.12.20250326 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.3.4 to 8.3.5 - [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.3.5) Updates `mkdocs-material` from 9.6.6 to 9.6.11 - [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.6.6...9.6.11) Updates `mkdocstrings-python` from 1.16.2 to 1.16.8 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.2...1.16.8) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-pyyaml dependency-version: 6.0.12.20250326 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-material dependency-version: 9.6.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocstrings-python dependency-version: 1.16.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements.txt b/requirements.txt index 6cd165f5..7529e605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,22 +2,22 @@ -e .[full] # Testing -coverage==7.6.12 +coverage==7.8.0 importlib-metadata==8.6.1 mypy==1.15.0 -ruff==0.9.9 +ruff==0.11.2 typing_extensions==4.12.2 types-contextvars==2.4.7.3 -types-PyYAML==6.0.12.20241230 +types-PyYAML==6.0.12.20250326 types-dataclasses==0.6.6 -pytest==8.3.4 +pytest==8.3.5 trio==0.29.0 # Documentation black==25.1.0 mkdocs==1.6.1 -mkdocs-material==9.6.6 -mkdocstrings-python==1.16.2 +mkdocs-material==9.6.11 +mkdocstrings-python==1.16.8 # Packaging build==1.2.2.post1