From 4af80decb70c9394e271b0b8ef08c872dc2fa5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:46:54 +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.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 1a9f849..9be6ec7 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,7 +1,7 @@ -r requirements.txt black~=24.4 isort~=5.13 -mypy~=1.9 +mypy~=1.10 pytest-datafiles~=3.0 pytest~=8.1 types-PyYAML~=6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 3736389..1abd761 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ jsonschema-specifications==2023.12.1 # via # -r requirements.txt # jsonschema -mypy==1.9.0 +mypy==1.10.0 # via -r requirements-dev.in mypy-extensions==1.0.0 # via