From 5d25d562e242f21d2be3c203f59194c528d76d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:50:41 +0000 Subject: [PATCH] Bump the python-packages group with 5 updates Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.7.1` | `1.8.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.9` | `0.1.13` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `7.4.4` | | [trio](https://github.com/python-trio/trio) | `0.23.2` | `0.24.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.1.17` | `9.5.3` | Updates `mypy` from 1.7.1 to 1.8.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.0) Updates `ruff` from 0.1.9 to 0.1.13 - [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/v0.1.9...v0.1.13) Updates `pytest` from 7.4.0 to 7.4.4 - [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/7.4.0...7.4.4) Updates `trio` from 0.23.2 to 0.24.0 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.23.2...v0.24.0) Updates `mkdocs-material` from 9.1.17 to 9.5.3 - [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.1.17...9.5.3) --- updated-dependencies: - 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: pytest 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-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index a8eed2f41..07f953f0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,18 +4,18 @@ # Testing coverage==7.4.0 importlib-metadata==7.0.1 -mypy==1.7.1 -ruff==0.1.9 +mypy==1.8.0 +ruff==0.1.13 typing_extensions==4.9.0 types-contextvars==2.4.7.3 types-PyYAML==6.0.12.12 types-dataclasses==0.6.6 -pytest==7.4.0 -trio==0.23.2 +pytest==7.4.4 +trio==0.24.0 # Documentation mkdocs==1.5.3 -mkdocs-material==9.1.17 +mkdocs-material==9.5.3 mkautodoc==0.2.0 # Packaging