diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-01 12:29:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 12:29:42 +0100 |
commit | 2794e148706d6a20577d1f67331514934484c897 (patch) | |
tree | d023fd0553064d3d8ab3a07a5149a6e60fa6698c | |
parent | cc1e990c7e01bc52c79a8016c0039174b8ff8893 (diff) | |
download | spack-2794e148706d6a20577d1f67331514934484c897.tar.gz spack-2794e148706d6a20577d1f67331514934484c897.tar.bz2 spack-2794e148706d6a20577d1f67331514934484c897.tar.xz spack-2794e148706d6a20577d1f67331514934484c897.zip |
build(deps): bump pygments from 2.17.1 to 2.17.2 in /lib/spack/docs (#41212)
Bumps [pygments](https://github.com/pygments/pygments) from 2.17.1 to 2.17.2.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/2.17.2/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.17.1...2.17.2)
---
updated-dependencies:
- dependency-name: pygments
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 3b67cbe306..ab1c80a791 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -4,7 +4,7 @@ sphinx_design==0.5.0 sphinx-rtd-theme==2.0.0 python-levenshtein==0.23.0 docutils==0.18.1 -pygments==2.17.1 +pygments==2.17.2 urllib3==2.1.0 pytest==7.4.3 isort==5.12.0 |