diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-06 07:09:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 07:09:18 +0200 |
commit | 899e458ee532bb2864af93f909e9a2a7231d9e70 (patch) | |
tree | 3958eb37a6cdf120b41b2ca6a4b5b87f96e4335a /.github/workflows/requirements/style/requirements.txt | |
parent | 4a8d09dcc11e8d6734b004e0b4781768c9562298 (diff) | |
download | spack-899e458ee532bb2864af93f909e9a2a7231d9e70.tar.gz spack-899e458ee532bb2864af93f909e9a2a7231d9e70.tar.bz2 spack-899e458ee532bb2864af93f909e9a2a7231d9e70.tar.xz spack-899e458ee532bb2864af93f909e9a2a7231d9e70.zip |
build(deps): bump flake8 in /.github/workflows/requirements/style (#45587)
Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1)
---
updated-dependencies:
- dependency-name: flake8
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/requirements.txt')
-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 11ad278e95..6cd71ed128 100644 --- a/.github/workflows/requirements/style/requirements.txt +++ b/.github/workflows/requirements/style/requirements.txt @@ -1,6 +1,6 @@ black==24.8.0 clingo==5.7.1 -flake8==7.1.0 +flake8==7.1.1 isort==5.13.2 mypy==1.8.0 types-six==1.16.21.20240513 |