diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-20 17:41:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 17:41:42 -0700 |
commit | dd9b7ed6a7cb8eb4e4f65a5b9aaec68791f44503 (patch) | |
tree | 7dcafb9500bd297708b5325f14a480705b921a70 /.github | |
parent | 09ff74be62df84e18367c566fd652d7fe7e6be9b (diff) | |
download | spack-dd9b7ed6a7cb8eb4e4f65a5b9aaec68791f44503.tar.gz spack-dd9b7ed6a7cb8eb4e4f65a5b9aaec68791f44503.tar.bz2 spack-dd9b7ed6a7cb8eb4e4f65a5b9aaec68791f44503.tar.xz spack-dd9b7ed6a7cb8eb4e4f65a5b9aaec68791f44503.zip |
build(deps): bump types-six in /.github/workflows/style (#44167)
Bumps [types-six](https://github.com/python/typeshed) from 1.16.21.9 to 1.16.21.20240513.
- [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')
-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 a6602ddcfd..4e0b152b74 100644 --- a/.github/workflows/style/requirements.txt +++ b/.github/workflows/style/requirements.txt @@ -3,5 +3,5 @@ clingo==5.7.1 flake8==7.0.0 isort==5.13.2 mypy==1.8.0 -types-six==1.16.21.9 +types-six==1.16.21.20240513 vermin==1.6.0 |