From 0fcd5c15b693ff19ac2ee15313cdce03f7f8b54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 14:51:51 +0000 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.1 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 07886d2..8578767 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -2,5 +2,5 @@ pytest==7.4.0 pytest-cov==4.1.0 pytest-pretty==1.2.0 mypy==0.812;python_version<"3.9" -mypy==1.3.0;python_version>"3.8" +mypy==1.4.1;python_version>"3.8" ruff==0.0.275