diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-13 10:13:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 10:13:26 +0100 |
commit | 4e171453c0da84f10f6cfbb78f07368dbd971115 (patch) | |
tree | 284939012b4e4ee54f006297ce2952d8b6729424 /lib | |
parent | 420bce5cd2c78a6dac9bc913a7c25718444ec663 (diff) | |
download | spack-4e171453c0da84f10f6cfbb78f07368dbd971115.tar.gz spack-4e171453c0da84f10f6cfbb78f07368dbd971115.tar.bz2 spack-4e171453c0da84f10f6cfbb78f07368dbd971115.tar.xz spack-4e171453c0da84f10f6cfbb78f07368dbd971115.zip |
build(deps): bump mypy from 1.6.1 to 1.7.0 in /lib/spack/docs (#41020)
Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.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 10e19f093e..5fbee6c763 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -10,4 +10,4 @@ pytest==7.4.3 isort==5.12.0 black==23.10.1 flake8==6.1.0 -mypy==1.6.1 +mypy==1.7.0 |