diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-19 23:03:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 23:03:48 +0200 |
commit | 405de56c718d478f7c9e1446df3567be33d3144a (patch) | |
tree | b519795d3a0dd201261806c499fd92d26294481e | |
parent | ba571f2404005bcc576e6e014dc2fc9cba15a8b6 (diff) | |
download | spack-405de56c718d478f7c9e1446df3567be33d3144a.tar.gz spack-405de56c718d478f7c9e1446df3567be33d3144a.tar.bz2 spack-405de56c718d478f7c9e1446df3567be33d3144a.tar.xz spack-405de56c718d478f7c9e1446df3567be33d3144a.zip |
build(deps): bump mypy from 1.6.0 to 1.6.1 in /lib/spack/docs (#40603)
-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 67c09000fd..8c7b4e88cc 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -10,4 +10,4 @@ pytest==7.4.2 isort==5.12.0 black==23.9.1 flake8==6.1.0 -mypy==1.6.0 +mypy==1.6.1 |