diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-24 06:59:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-24 06:59:21 -0800 |
commit | 3d4afb0d737c33748d8995c524bbe47ded741a52 (patch) | |
tree | 2bd38ee3a074623b9a87cf47c9b216cd3030dc14 /lib | |
parent | 5e1d2990d06b93464a83e47bd123b08a720ce486 (diff) | |
download | spack-3d4afb0d737c33748d8995c524bbe47ded741a52.tar.gz spack-3d4afb0d737c33748d8995c524bbe47ded741a52.tar.bz2 spack-3d4afb0d737c33748d8995c524bbe47ded741a52.tar.xz spack-3d4afb0d737c33748d8995c524bbe47ded741a52.zip |
build(deps): bump mypy from 1.7.1 to 1.8.0 in /lib/spack/docs (#41821)
Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.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>
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 6d14c83c32..8c4be0902c 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -10,4 +10,4 @@ pytest==7.4.3 isort==5.13.2 black==23.12.0 flake8==6.1.0 -mypy==1.7.1 +mypy==1.8.0 |