diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-16 22:23:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 22:23:13 -0800 |
commit | ac92e94b00255da1be871dee4791d216a65f7cfb (patch) | |
tree | b3bf08f836eaca4f5b8018c4cff7064f6aa8bec9 | |
parent | 4a01865f7b95d3e03439fd8641d68f05870e8138 (diff) | |
download | spack-ac92e94b00255da1be871dee4791d216a65f7cfb.tar.gz spack-ac92e94b00255da1be871dee4791d216a65f7cfb.tar.bz2 spack-ac92e94b00255da1be871dee4791d216a65f7cfb.tar.xz spack-ac92e94b00255da1be871dee4791d216a65f7cfb.zip |
build(deps): bump pytest from 8.0.0 to 8.0.1 in /lib/spack/docs (#42733)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.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.0...8.0.1)
---
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>
-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 3874206833..3235cd5db4 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.0 -pytest==8.0.0 +pytest==8.0.1 isort==5.13.2 black==24.2.0 flake8==7.0.0 |