diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-12 08:57:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 08:57:05 -0700 |
commit | d8d1bc5d7e2e8c52fa285705159dddad468220ab (patch) | |
tree | ae4764b8bca3c5f047d8fdce4f3a5ad733df5e46 | |
parent | 3531ee28f87c7d7833087cfae8dac6ca0d55810c (diff) | |
download | spack-d8d1bc5d7e2e8c52fa285705159dddad468220ab.tar.gz spack-d8d1bc5d7e2e8c52fa285705159dddad468220ab.tar.bz2 spack-d8d1bc5d7e2e8c52fa285705159dddad468220ab.tar.xz spack-d8d1bc5d7e2e8c52fa285705159dddad468220ab.zip |
build(deps): bump pytest from 8.3.2 to 8.3.3 in /lib/spack/docs (#46315)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3.
- [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.2...8.3.3)
---
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 09655e609e..5fbd59cdd9 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -6,7 +6,7 @@ python-levenshtein==0.25.1 docutils==0.20.1 pygments==2.18.0 urllib3==2.2.2 -pytest==8.3.2 +pytest==8.3.3 isort==5.13.2 black==24.8.0 flake8==7.1.1 |