Bump mypy from 1.15.0 to 1.16.0
- ID
aa22fe3- date
2025-06-02 10:09:55+00:00- author
dependabot <https://github.com/dependabot>- parent
01d8b5a- message
Bump mypy from 1.15.0 to 1.16.0 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>- changed files
1 file, 3 additions, 1 deletion
Changed files
dev_requirements.txt (338) → dev_requirements.txt (370)
diff --git a/dev_requirements.txt b/dev_requirements.txt
index b8afa54..851e482 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -1,9 +1,11 @@
# This file was autogenerated by uv via the following command:
# uv pip compile dev_requirements.in --output-file dev_requirements.txt
-mypy==1.15.0
+mypy==1.16.0
# via -r dev_requirements.in
mypy-extensions==1.0.0
# via mypy
+pathspec==0.12.1
+ # via mypy
ruff==0.11.11
# via -r dev_requirements.in
tomli==2.2.1