diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-01 09:22:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 09:22:23 +0100 |
commit | 59e6b0b100fd9f63327f220ccfb7aa37f2b9e35f (patch) | |
tree | 9f76596e5b0d9df7640c18590fad7b31b4790cdb /lib | |
parent | ec53d0281443af476b273734f7e1ff094a2caacf (diff) | |
download | spack-59e6b0b100fd9f63327f220ccfb7aa37f2b9e35f.tar.gz spack-59e6b0b100fd9f63327f220ccfb7aa37f2b9e35f.tar.bz2 spack-59e6b0b100fd9f63327f220ccfb7aa37f2b9e35f.tar.xz spack-59e6b0b100fd9f63327f220ccfb7aa37f2b9e35f.zip |
build(deps): bump mypy from 1.7.0 to 1.7.1 in /lib/spack/docs (#41243)
Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.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 485a5d69bb..65fcfcdd46 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.11.0 flake8==6.1.0 -mypy==1.7.0 +mypy==1.7.1 |