mirror of https://github.com/encode/starlette.git
Bump the python-packages group with 6 updates (#2713)
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.4.0` | `8.5.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.8` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240808` | `6.0.12.20240917` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.39` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` | Updates `importlib-metadata` from 8.4.0 to 8.5.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0) Updates `ruff` from 0.6.3 to 0.6.8 - [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.6.3...0.6.8) Updates `types-pyyaml` from 6.0.12.20240808 to 6.0.12.20240917 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.3.2 to 8.3.3 - [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.2...8.3.3) Updates `mkdocs-material` from 9.5.34 to 9.5.39 - [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.34...9.5.39) Updates `build` from 1.2.1 to 1.2.2 - [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.1...1.2.2) --- updated-dependencies: - dependency-name: importlib-metadata 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: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b50b9c4ab
commit
e11684013f
|
@ -3,21 +3,21 @@
|
|||
|
||||
# Testing
|
||||
coverage==7.6.1
|
||||
importlib-metadata==8.4.0
|
||||
importlib-metadata==8.5.0
|
||||
mypy==1.11.2
|
||||
ruff==0.6.3
|
||||
ruff==0.6.8
|
||||
typing_extensions==4.12.2
|
||||
types-contextvars==2.4.7.3
|
||||
types-PyYAML==6.0.12.20240808
|
||||
types-PyYAML==6.0.12.20240917
|
||||
types-dataclasses==0.6.6
|
||||
pytest==8.3.2
|
||||
pytest==8.3.3
|
||||
trio==0.26.2
|
||||
|
||||
# Documentation
|
||||
mkdocs==1.6.1
|
||||
mkdocs-material==9.5.34
|
||||
mkdocs-material==9.5.39
|
||||
mkautodoc==0.2.0
|
||||
|
||||
# Packaging
|
||||
build==1.2.1
|
||||
build==1.2.2
|
||||
twine==5.1.1
|
||||
|
|
Loading…
Reference in New Issue