mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
chore(deps): bump mypy from 1.14.1 to 1.15.0 (#12424)
Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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:
parent
d2f16d27ae
commit
bd81c25e66
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ markupsafe==3.0.2 ; python_full_version >= '3.9'
|
|||
# via jinja2
|
||||
mypy==1.4.1 ; python_full_version < '3.8'
|
||||
# via cryptography (pyproject.toml)
|
||||
mypy==1.14.1 ; python_full_version == '3.8.*'
|
||||
mypy==1.15.0 ; python_full_version == '3.8.*'
|
||||
# via cryptography (pyproject.toml)
|
||||
mypy==1.15.0 ; python_full_version >= '3.9'
|
||||
# via cryptography (pyproject.toml)
|
||||
|
|
|
|||
Loading…
Reference in a new issue