diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-19 23:03:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 23:03:23 +0200 |
commit | ba571f2404005bcc576e6e014dc2fc9cba15a8b6 (patch) | |
tree | 749f0a72ec7a785c5743a269d29973001521fc3e /.github | |
parent | 4c1785d5f6cfae362d04d31e0cdcbe8b6155c46d (diff) | |
download | spack-ba571f2404005bcc576e6e014dc2fc9cba15a8b6.tar.gz spack-ba571f2404005bcc576e6e014dc2fc9cba15a8b6.tar.bz2 spack-ba571f2404005bcc576e6e014dc2fc9cba15a8b6.tar.xz spack-ba571f2404005bcc576e6e014dc2fc9cba15a8b6.zip |
build(deps): bump mypy from 1.6.0 to 1.6.1 in /.github/workflows/style (#40602)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/style/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/style/requirements.txt b/.github/workflows/style/requirements.txt index 125c3559af..079c4557f6 100644 --- a/.github/workflows/style/requirements.txt +++ b/.github/workflows/style/requirements.txt @@ -2,6 +2,6 @@ black==23.9.1 clingo==5.6.2 flake8==6.1.0 isort==5.12.0 -mypy==1.6.0 +mypy==1.6.1 types-six==1.16.21.9 vermin==1.5.2 |