Skip to content

Commit eb6cebb

Browse files
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](nedbat/coveragepy@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](astral-sh/ruff@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](pytest-dev/pytest@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](squidfunk/mkdocs-material@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](mkdocstrings/python@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d278caf commit eb6cebb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
-e .[full]
33

44
# Testing
5-
coverage==7.6.12
5+
coverage==7.8.0
66
importlib-metadata==8.6.1
77
mypy==1.15.0
8-
ruff==0.9.9
8+
ruff==0.11.2
99
typing_extensions==4.12.2
1010
types-contextvars==2.4.7.3
11-
types-PyYAML==6.0.12.20241230
11+
types-PyYAML==6.0.12.20250326
1212
types-dataclasses==0.6.6
13-
pytest==8.3.4
13+
pytest==8.3.5
1414
trio==0.29.0
1515

1616
# Documentation
1717
black==25.1.0
1818
mkdocs==1.6.1
19-
mkdocs-material==9.6.6
20-
mkdocstrings-python==1.16.2
19+
mkdocs-material==9.6.11
20+
mkdocstrings-python==1.16.8
2121

2222
# Packaging
2323
build==1.2.2.post1

0 commit comments

Comments
 (0)