diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-04 15:48:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 15:48:49 -0700 |
commit | 74fe498cb8da8f686640e512c2d373cb553c3a13 (patch) | |
tree | aa62160d83f6706f22cfd04607d917572002564d | |
parent | 5f13a48bf279b26fab62765e2b785c253898d2c2 (diff) | |
download | spack-74fe498cb8da8f686640e512c2d373cb553c3a13.tar.gz spack-74fe498cb8da8f686640e512c2d373cb553c3a13.tar.bz2 spack-74fe498cb8da8f686640e512c2d373cb553c3a13.tar.xz spack-74fe498cb8da8f686640e512c2d373cb553c3a13.zip |
build(deps): bump mypy from 1.9.0 to 1.10.0 in /lib/spack/docs (#43834)
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.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>
-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 2b8e73d641..4bfbc25766 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -10,4 +10,4 @@ pytest==8.2.0 isort==5.13.2 black==24.4.0 flake8==7.0.0 -mypy==1.9.0 +mypy==1.10.0 |