build(deps): bump mypy in the test-and-lint-dependencies group (#2760)

Bumps the test-and-lint-dependencies group with 1 update: [mypy](https://github.com/python/mypy).


Updates `mypy` from 1.14.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.14.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-and-lint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-31 11:02:36 +02:00 committed by GitHub
parent 956c0f1303
commit 5dc5ceaad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
# (We are not so interested in the specific versions of the tools: the versions
# are pinned to prevent unexpected linting failures when tools update)
ruff==0.8.4
mypy==1.14.0
mypy==1.14.1
# Required for type stubs
freezegun==1.5.1