diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-25 20:58:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 20:58:53 +0200 |
commit | 6bd2dd032b89c4846643b437c80122b11e0ded8c (patch) | |
tree | 29781c2f3ab7d63c43f21fb9cc5290490d9bf6d7 /lib | |
parent | c0a4be156ceb02773687e3dd8d95af772415b1ab (diff) | |
download | spack-6bd2dd032b89c4846643b437c80122b11e0ded8c.tar.gz spack-6bd2dd032b89c4846643b437c80122b11e0ded8c.tar.bz2 spack-6bd2dd032b89c4846643b437c80122b11e0ded8c.tar.xz spack-6bd2dd032b89c4846643b437c80122b11e0ded8c.zip |
build(deps): bump pytest from 7.4.2 to 7.4.3 in /lib/spack/docs (#40697)
Diffstat (limited to 'lib')
-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 8c7b4e88cc..3140371038 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -6,7 +6,7 @@ python-levenshtein==0.23.0 docutils==0.18.1 pygments==2.16.1 urllib3==2.0.7 -pytest==7.4.2 +pytest==7.4.3 isort==5.12.0 black==23.9.1 flake8==6.1.0 |