From 212d5e06e20a63bf504a515cf3c96e73ccd706ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:21:38 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index e04b8b7..2db4c52 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ django-stubs==5.0.2 django-test-migrations==1.4.0 factory-boy==3.3.0 faker==24.14.1 -mypy==1.10.0 +mypy==1.11.2 pytest==8.3.1 pytest-django==4.8.0 pytest-env==1.1.3