diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-20 11:25:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-20 11:25:31 -0500 |
commit | 0d04223ccdae43e606d7022fb59eb700c7bb896c (patch) | |
tree | b14089acd66850e3a56bff01a1d280bf5b1ffcfb | |
parent | 5ef222d62ff012ad7f3f5802f99688050a904962 (diff) | |
download | spack-0d04223ccdae43e606d7022fb59eb700c7bb896c.tar.gz spack-0d04223ccdae43e606d7022fb59eb700c7bb896c.tar.bz2 spack-0d04223ccdae43e606d7022fb59eb700c7bb896c.tar.xz spack-0d04223ccdae43e606d7022fb59eb700c7bb896c.zip |
build(deps): bump mypy from 1.10.1 to 1.11.0 in /lib/spack/docs (#45337)
Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11)
---
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>
-rw-r--r-- | lib/spack/docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt index d59a9b6287..7785508b15 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -10,4 +10,4 @@ pytest==8.2.2 isort==5.13.2 black==24.4.2 flake8==7.1.0 -mypy==1.10.1 +mypy==1.11.0 |