From 54010214fd4dd3c1a26172f9d782cd5586b5ecb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:43:42 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.0 in the pip-deps group Bumps the pip-deps group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index b52e036..994b5cd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,6 +5,6 @@ pytest==8.4.2 pytest-asyncio==1.2.0 pytest-cov==7.0.0 pytest-aiohttp==1.1.0 -mypy==1.18.2 +mypy==1.19.0 tenacity==9.1.2 yarl==1.22.0 \ No newline at end of file