diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-10 13:03:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 13:03:37 -0600 |
commit | ebd4ef934c754f4c8cb5b19a7bde0c5b3d09fe7b (patch) | |
tree | 3b018a279dbb59cf7be18c1439d4b998d573b734 | |
parent | 97b5ec6e4fc5c77885c9535e921bc03449e3e604 (diff) | |
download | spack-ebd4ef934c754f4c8cb5b19a7bde0c5b3d09fe7b.tar.gz spack-ebd4ef934c754f4c8cb5b19a7bde0c5b3d09fe7b.tar.bz2 spack-ebd4ef934c754f4c8cb5b19a7bde0c5b3d09fe7b.tar.xz spack-ebd4ef934c754f4c8cb5b19a7bde0c5b3d09fe7b.zip |
build(deps): bump types-six in /.github/workflows/requirements/style (#47454)
Bumps [types-six](https://github.com/python/typeshed) from 1.16.21.20241009 to 1.16.21.20241105.
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-six
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>
-rw-r--r-- | .github/workflows/requirements/style/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/requirements/style/requirements.txt b/.github/workflows/requirements/style/requirements.txt index be2bfefc80..93ab7eaa7f 100644 --- a/.github/workflows/requirements/style/requirements.txt +++ b/.github/workflows/requirements/style/requirements.txt @@ -3,5 +3,5 @@ clingo==5.7.1 flake8==7.1.1 isort==5.13.2 mypy==1.8.0 -types-six==1.16.21.20241009 +types-six==1.16.21.20241105 vermin==1.6.0 |