From 69d14065b22e8c0c4f3e212d132216da24f52e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:40:17 +0000 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d01d7cb3..79c82c1a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ build==1.2.1 factory-boy==3.3.0 flake8==5.0.4 isort==5.13.2 -mypy==1.9.0 +mypy==1.10.0 mypy-extensions==1.0.0 pre-commit==3.5.0 psycopg2-binary==2.9.9 diff --git a/setup.cfg b/setup.cfg index afcaa80c..ddcdb1e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ dev = build==1.2.1 flake8==5.0.4 isort==5.13.2 - mypy==1.9.0 + mypy==1.10.0 mypy-extensions==1.0.0 pre-commit==3.5.0 psycopg2-binary==2.9.9