diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-28 09:38:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 09:38:38 +0000 |
commit | f84557a81baefe7b3a2107ac90c93a1e55a51ae3 (patch) | |
tree | 0c9ee9a84647017665a7ee22964f3ed5957b6a40 /.github | |
parent | 18efd808da878a137a05bb1e2633b67458577b06 (diff) | |
download | spack-f84557a81baefe7b3a2107ac90c93a1e55a51ae3.tar.gz spack-f84557a81baefe7b3a2107ac90c93a1e55a51ae3.tar.bz2 spack-f84557a81baefe7b3a2107ac90c93a1e55a51ae3.tar.xz spack-f84557a81baefe7b3a2107ac90c93a1e55a51ae3.zip |
build(deps): bump vermin from 1.5.2 to 1.6.0 in /.github/workflows/style (#41285)
Bumps [vermin](https://github.com/netromdk/vermin) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/netromdk/vermin/releases)
- [Commits](https://github.com/netromdk/vermin/compare/v1.5.2...v1.6.0)
---
updated-dependencies:
- dependency-name: vermin
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 aadcd83c09..8b33bc5140 100644 --- a/.github/workflows/style/requirements.txt +++ b/.github/workflows/style/requirements.txt @@ -4,4 +4,4 @@ flake8==6.1.0 isort==5.12.0 mypy==1.6.1 types-six==1.16.21.9 -vermin==1.5.2 +vermin==1.6.0 |