From 5f36b8185008221b8817aecf9d79449f29874bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:36:31 +0000 Subject: [PATCH] Update mypy requirement from ~=1.1.1 to ~=1.9.0 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/v1.1.1...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 07a96398..d6bea011 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ coverage~=7.2.2 django-stubs~=1.16.0 lorem~=0.1.1 -mypy~=1.1.1 +mypy~=1.9.0 pre-commit~=3.6.0 pylint~=2.17.0 pylint-django~=2.5.3