From a3e9e1269335a4d37f9735d4cb7f685fa276b99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:00:18 +0000 Subject: [PATCH] Bump mypy from 1.10.1 to 1.11.0 (#412) * Bump mypy from 1.10.1 to 1.11.0 Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0019cd6..c9cbe9b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt -mypy==1.10.1 +mypy==1.11.0 flake8==7.1.0 flake8-bandit==4.1.1 flake8-bugbear==24.4.26 diff --git a/requirements.txt b/requirements.txt index 160e04c..b1d8b1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pytest==8.3.1 pytest-asyncio==0.23.8 pytest-cov==5.0.0 python-memcached==1.62 -typing_extensions==4.4.0; python_version<"3.11" +typing_extensions==4.12.2; python_version<"3.11"