Skip to main content

Bump mypy from 1.15.0 to 1.16.0

ID
9a428c2
date
2025-06-02 10:24:39+00:00
author
dependabot <https://github.com/dependabot>
parent
e198b2d
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 (644) → dev_requirements.txt (676)

diff --git a/dev_requirements.txt b/dev_requirements.txt
index 15f5b02..3993c04 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -6,12 +6,14 @@ exceptiongroup==1.2.2
     # via pytest
 iniconfig==2.1.0
     # via pytest
-mypy==1.15.0
+mypy==1.16.0
     # via -r dev_requirements.in
 mypy-extensions==1.0.0
     # via mypy
 packaging==24.2
     # via pytest
+pathspec==0.12.1
+    # via mypy
 pluggy==1.5.0
     # via pytest
 pytest==8.3.5