diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-02 16:26:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 16:26:43 +0100 |
commit | 4056c1f63222570c58929090ac54f0e0b5f1e6e5 (patch) | |
tree | 362a2fbd15705e7da5deb4770ef59f57d4bdb765 | |
parent | 3118647802b3c1b1ac2f2577c8de19ef176d4a88 (diff) | |
download | spack-4056c1f63222570c58929090ac54f0e0b5f1e6e5.tar.gz spack-4056c1f63222570c58929090ac54f0e0b5f1e6e5.tar.bz2 spack-4056c1f63222570c58929090ac54f0e0b5f1e6e5.tar.xz spack-4056c1f63222570c58929090ac54f0e0b5f1e6e5.zip |
build(deps): bump pytest from 7.4.3 to 7.4.4 in /lib/spack/docs (#41918)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.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/7.4.3...7.4.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 515d366cfb..8fb5b70ac9 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -6,7 +6,7 @@ python-levenshtein==0.23.0 docutils==0.20.1 pygments==2.17.2 urllib3==2.1.0 -pytest==7.4.3 +pytest==7.4.4 isort==5.13.2 black==23.12.1 flake8==6.1.0 |