diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-23 06:14:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 06:14:11 -0600 |
commit | 328787b017853df2e43c1ab784b37f748954c5e0 (patch) | |
tree | 25abdc5d97b309f15272e9047879e284871339a2 /.github/workflows/requirements/style | |
parent | 67a40c6cc4de83817a92de2f8885933d5f2a3301 (diff) | |
download | spack-328787b017853df2e43c1ab784b37f748954c5e0.tar.gz spack-328787b017853df2e43c1ab784b37f748954c5e0.tar.bz2 spack-328787b017853df2e43c1ab784b37f748954c5e0.tar.xz spack-328787b017853df2e43c1ab784b37f748954c5e0.zip |
build(deps): bump types-six in /.github/workflows/requirements/style (#47158)
Bumps [types-six](https://github.com/python/typeshed) from 1.16.21.20240513 to 1.16.21.20241009.
- [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>
Diffstat (limited to '.github/workflows/requirements/style')
-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 8ba3fdf796..be2bfefc80 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.20240513 +types-six==1.16.21.20241009 vermin==1.6.0 |