From bdcecd4d74298b58c5d8368a47063abe8f81d395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 06:14:13 -0600 Subject: [PATCH] Bump the python-packages group with 8 updates (#2657) Bumps the python-packages group with 8 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.0` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.0.0` | `8.2.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.0` | `0.5.5` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240311` | `6.0.12.20240724` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` | | [trio](https://github.com/python-trio/trio) | `0.25.1` | `0.26.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.30` | Updates `coverage` from 7.5.4 to 7.6.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.5.4...7.6.0) Updates `importlib-metadata` from 8.0.0 to 8.2.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.0.0...v8.2.0) Updates `mypy` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1) Updates `ruff` from 0.5.0 to 0.5.5 - [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.5.0...0.5.5) Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240724 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.2.2 to 8.3.2 - [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.2.2...8.3.2) Updates `trio` from 0.25.1 to 0.26.0 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.25.1...v0.26.0) Updates `mkdocs-material` from 9.5.27 to 9.5.30 - [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.27...9.5.30) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor 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: 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-minor 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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e2e4f9c..f0ea0c76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,20 +5,20 @@ anyio==4.4.0 # Testing -coverage==7.5.4 -importlib-metadata==8.0.0 -mypy==1.10.1 -ruff==0.5.0 +coverage==7.6.0 +importlib-metadata==8.2.0 +mypy==1.11.1 +ruff==0.5.5 typing_extensions==4.12.2 types-contextvars==2.4.7.3 -types-PyYAML==6.0.12.20240311 +types-PyYAML==6.0.12.20240724 types-dataclasses==0.6.6 -pytest==8.2.2 -trio==0.25.1 +pytest==8.3.2 +trio==0.26.0 # Documentation mkdocs==1.6.0 -mkdocs-material==9.5.27 +mkdocs-material==9.5.30 mkautodoc==0.2.0 # Packaging