From b0b4b9e436921caa075004d6073f735198a8a102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:04:06 +0000 Subject: [PATCH] Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mkdocs-material` from 9.5.31 to 9.5.33 - [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.31...9.5.33) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) Updates `ruff` from 0.6.0 to 0.6.2 - [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.0...0.6.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b895dc9..fca9263 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,8 @@ build==1.2.1 -mkdocs-material==9.5.31 +mkdocs-material==9.5.33 mkdocs==1.6.0 -mypy==1.11.1 +mypy==1.11.2 pytest-cov==5.0.0 pytest==8.3.2 -ruff==0.6.0 +ruff==0.6.2 twine==5.1.1