From d779008b0495ae02bbfe4e8f78f409c84d768c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:23:11 +0000 Subject: [PATCH 1/2] Update pyproject-fmt requirement from <1.8 to <1.9 Updates the requirements on [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) to permit the latest version. - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/0.1.0...1.8.0) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 880e106..8aa76b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ develop = [ "black<25", "mypy<1.10", "poethepoet<0.26", - "pyproject-fmt<1.8", + "pyproject-fmt<1.9", "ruff==0.3.5", "validate-pyproject<0.17", ] From f95ab2aa36e0193199d796078dc6e0f67fa7bd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:36:36 +0000 Subject: [PATCH 2/2] Update mypy requirement from <1.10 to <1.11 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.1.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8aa76b8..58310b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dependencies = [ [project.optional-dependencies] develop = [ "black<25", - "mypy<1.10", + "mypy<1.11", "poethepoet<0.26", "pyproject-fmt<1.9", "ruff==0.3.5",