From dc5990fc280d626593abe91b293f88bb3ad07302 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Mon, 28 Oct 2024 09:17:53 -0300 Subject: [PATCH] chore(deps): Update `mypy` from 1.11.2 to 1.13.0 - [Software Repository](https://pypi.org/project/mypy/1.13.0/) - [Release notes](https://github.com/python/mypy/releases/tag/v1.13.0) - [Changelog](https://github.com/python/mypy/blob/v1.13.0/CHANGELOG.md#mypy-113) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 88e92206..1379f1cf 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -10,7 +10,7 @@ bumpversion==0.5.3 coverage==7.6.1 flake8==7.1.1 isort==5.13.2 -mypy==1.11.2 +mypy==1.13.0 pip-tools==7.4.1 tox==4.21.0 twine==5.1.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index ebfed6f7..92ccab52 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -78,7 +78,7 @@ mccabe==0.7.0 # via flake8 mdurl==0.1.2 # via markdown-it-py -mypy==1.11.2 +mypy==1.13.0 # via -r requirements-dev.in mypy-extensions==1.0.0 # via