diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-03 06:07:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 06:07:27 +0100 |
commit | b9c60f96ea13838431e49d167e39f284346395c8 (patch) | |
tree | 14db80c4192b1c56d4751d4451838f81f0e86bdc | |
parent | 6b16c64c0e11ed6bd3605b15811f111f44800d97 (diff) | |
download | spack-b9c60f96ea13838431e49d167e39f284346395c8.tar.gz spack-b9c60f96ea13838431e49d167e39f284346395c8.tar.bz2 spack-b9c60f96ea13838431e49d167e39f284346395c8.tar.xz spack-b9c60f96ea13838431e49d167e39f284346395c8.zip |
build(deps): bump pytest from 8.3.3 to 8.3.4 in /lib/spack/docs (#47882)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4.
- [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.3.3...8.3.4)
---
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 1012054387..89af7d5567 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -6,7 +6,7 @@ python-levenshtein==0.26.1 docutils==0.21.2 pygments==2.18.0 urllib3==2.2.3 -pytest==8.3.3 +pytest==8.3.4 isort==5.13.2 black==24.10.0 flake8==7.1.1 |