diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-21 13:42:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 13:42:22 +0200 |
commit | 86fb547f7cb562f82c3071d77b28e548fe94898d (patch) | |
tree | 842d0910ec18520cbad8f9069a90036537277c89 /lib | |
parent | b9556c7c447958182d320161b209e21753068d20 (diff) | |
download | spack-86fb547f7cb562f82c3071d77b28e548fe94898d.tar.gz spack-86fb547f7cb562f82c3071d77b28e548fe94898d.tar.bz2 spack-86fb547f7cb562f82c3071d77b28e548fe94898d.tar.xz spack-86fb547f7cb562f82c3071d77b28e548fe94898d.zip |
bump pytest from 8.2.0 to 8.2.1 --- (#44282)
updated-dependencies:
- dependency-name: pytest
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 '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 d57c00e6c8..655ce01541 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -6,7 +6,7 @@ python-levenshtein==0.25.1 docutils==0.20.1 pygments==2.18.0 urllib3==2.2.1 -pytest==8.2.0 +pytest==8.2.1 isort==5.13.2 black==24.4.2 flake8==7.0.0 |