From c62f8a43347d1002048dddc194c263429ca52317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 23:19:55 +0000 Subject: [PATCH] Update mypy-extensions requirement from ^0.4.3 to >=0.4.3,<1.1.0 Updates the requirements on [mypy-extensions](https://github.com/python/mypy_extensions) to permit the latest version. - [Release notes](https://github.com/python/mypy_extensions/releases) - [Commits](https://github.com/python/mypy_extensions/compare/0.4.3...1.0.0) --- updated-dependencies: - dependency-name: mypy-extensions 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 5cc0a67..5d4563d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ build = "build.py" [tool.poetry.dependencies] python = "^3.8" -mypy-extensions = "^0.4.3" +mypy-extensions = ">=0.4.3,<1.1.0" [tool.poetry.dev-dependencies] nox = "^2022.1.7"