diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-27 12:40:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-27 12:40:14 +0200 |
commit | d6419f32b8e0d630c10dce7a561e0967c7ad0fa7 (patch) | |
tree | 0f0a2c4af6b8032fd2e60120c01bcd2d257d82a5 /lib | |
parent | 60ed68257769d8a25b5634d8cd0896e6c679785b (diff) | |
download | spack-d6419f32b8e0d630c10dce7a561e0967c7ad0fa7.tar.gz spack-d6419f32b8e0d630c10dce7a561e0967c7ad0fa7.tar.bz2 spack-d6419f32b8e0d630c10dce7a561e0967c7ad0fa7.tar.xz spack-d6419f32b8e0d630c10dce7a561e0967c7ad0fa7.zip |
build(deps): bump mypy from 1.10.0 to 1.10.1 in /lib/spack/docs (#44885)
Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib')
-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 cc883f4a79..5febc679a2 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.0 +mypy==1.10.1 |