From 8c2d9517929d1a12b7106ec9f0a0031ad8a7b288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:34:05 +0000 Subject: [PATCH] Bump mypy from 1.8.0 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.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 d354527..556a3c3 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,7 +1,7 @@ -r requirements.txt black~=24.2 isort~=5.13 -mypy~=1.8 +mypy~=1.9 pytest-datafiles~=3.0 pytest~=8.1 types-PyYAML~=6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 285195b..dfc3aac 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.8.0 +mypy==1.9.0 # via -r requirements-dev.in mypy-extensions==1.0.0 # via