diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-27 08:30:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 08:30:03 +0100 |
commit | 6dde6ca887b5cf035f9c4cda87d26f3e4b8ff91b (patch) | |
tree | 6a7dcc1700d089f768a8402a8a11c37026ec4a53 | |
parent | 8f8c262fb33ec2491c822849c86b92cdf78646de (diff) | |
download | spack-6dde6ca887b5cf035f9c4cda87d26f3e4b8ff91b.tar.gz spack-6dde6ca887b5cf035f9c4cda87d26f3e4b8ff91b.tar.bz2 spack-6dde6ca887b5cf035f9c4cda87d26f3e4b8ff91b.tar.xz spack-6dde6ca887b5cf035f9c4cda87d26f3e4b8ff91b.zip |
build(deps): bump pytest from 8.0.1 to 8.0.2 in /lib/spack/docs (#42861)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2.
- [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.1...8.0.2)
---
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 594a6b3f9c..9f2b078bac 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.1 +pytest==8.0.2 isort==5.13.2 black==24.2.0 flake8==7.0.0 |