diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-14 07:40:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 07:40:15 +0100 |
commit | cc2833404963055b90df8a972be79ed9c39ed560 (patch) | |
tree | 83a34df6741ed984e018c076b23f0b50e7dbb795 /lib | |
parent | dbdf5bacc43deb2180e082ad2360a92d8005aa98 (diff) | |
download | spack-cc2833404963055b90df8a972be79ed9c39ed560.tar.gz spack-cc2833404963055b90df8a972be79ed9c39ed560.tar.bz2 spack-cc2833404963055b90df8a972be79ed9c39ed560.tar.xz spack-cc2833404963055b90df8a972be79ed9c39ed560.zip |
build(deps): bump pytest from 8.0.2 to 8.1.1 in /lib/spack/docs (#43134)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...8.1.1)
---
updated-dependencies:
- dependency-name: pytest
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 '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 042745cba7..0b3db49707 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -6,7 +6,7 @@ python-levenshtein==0.25.0 docutils==0.20.1 pygments==2.17.2 urllib3==2.2.1 -pytest==8.0.2 +pytest==8.1.1 isort==5.13.2 black==24.2.0 flake8==7.0.0 |