]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Bump the python-packages group with 6 updates (#2894)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 4 Mar 2025 19:20:27 +0000 (20:20 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 19:20:27 +0000 (20:20 +0100)
Bumps the python-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` |
| [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.9` |
| [trio](https://github.com/python-trio/trio) | `0.28.0` | `0.29.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.5` | `9.6.6` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.13.0` | `1.16.2` |

Updates `coverage` from 7.6.10 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.10...7.6.12)

Updates `mypy` from 1.14.1 to 1.15.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0)

Updates `ruff` from 0.9.4 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.9.4...0.9.9)

Updates `trio` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](https://github.com/python-trio/trio/compare/v0.28.0...v0.29.0)

Updates `mkdocs-material` from 9.6.5 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.6.5...9.6.6)

Updates `mkdocstrings-python` from 1.13.0 to 1.16.2
- [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.13.0...1.16.2)

---
updated-dependencies:
- dependency-name: coverage
  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-patch
  dependency-group: python-packages
- dependency-name: trio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: mkdocstrings-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
requirements.txt

index 27da6b152ebac2dbaf9d2e4c034f497fefd81af6..6cd165f5b49c0cc43c6e8338fead6bf4b6b028a8 100644 (file)
@@ -2,22 +2,22 @@
 -e .[full]
 
 # Testing
-coverage==7.6.10
+coverage==7.6.12
 importlib-metadata==8.6.1
-mypy==1.14.1
-ruff==0.9.4
+mypy==1.15.0
+ruff==0.9.9
 typing_extensions==4.12.2
 types-contextvars==2.4.7.3
 types-PyYAML==6.0.12.20241230
 types-dataclasses==0.6.6
 pytest==8.3.4
-trio==0.28.0
+trio==0.29.0
 
 # Documentation
 black==25.1.0
 mkdocs==1.6.1
-mkdocs-material==9.6.5
-mkdocstrings-python==1.13.0
+mkdocs-material==9.6.6
+mkdocstrings-python==1.16.2
 
 # Packaging
 build==1.2.2.post1