diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-06 09:15:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-06 09:15:40 -0800 |
commit | bed1039f19b37aa621d32fd30a80522bfff75c2c (patch) | |
tree | d777e60991ef605b57d644f258be8f4fb04f99fb /lib | |
parent | 1fddb691882bd581ac2f1e791294bcf51241ac74 (diff) | |
download | spack-bed1039f19b37aa621d32fd30a80522bfff75c2c.tar.gz spack-bed1039f19b37aa621d32fd30a80522bfff75c2c.tar.bz2 spack-bed1039f19b37aa621d32fd30a80522bfff75c2c.tar.xz spack-bed1039f19b37aa621d32fd30a80522bfff75c2c.zip |
build(deps): bump flake8 from 6.1.0 to 7.0.0 in /lib/spack/docs (#41971)
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0.
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt index 8fb5b70ac9..18e2a26f13 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -9,5 +9,5 @@ urllib3==2.1.0 pytest==7.4.4 isort==5.13.2 black==23.12.1 -flake8==6.1.0 +flake8==7.0.0 mypy==1.8.0 |