Skip to content

Commit

Permalink
Bump pygments from 2.14.0 to 2.15.0 in /dev_requirements (#302)
Browse files Browse the repository at this point in the history
Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.14.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
  • Loading branch information
dependabot[bot] and hf-kklein committed Aug 11, 2023
1 parent 45f1ce1 commit 93451cb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
6 changes: 3 additions & 3 deletions dev_requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ markupsafe==2.1.2
# via jinja2
packaging==23.0
# via sphinx
pygments==2.14.0
pygments==2.15.0
# via sphinx
requests==2.28.2
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==6.2.1
# via
# -r dev_requirements/requirements-docs.in
# -r requirements-docs.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==1.2.2
# via -r dev_requirements/requirements-docs.in
# via -r requirements-docs.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand Down
22 changes: 15 additions & 7 deletions dev_requirements/requirements-test_packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
bleach==6.0.0
# via readme-renderer
build==0.10.0
# via -r .\dev_requirements\requirements-test_packaging.in
# via -r requirements-test_packaging.in
certifi==2022.12.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
colorama==0.4.6
# via build
cryptography==41.0.3
# via secretstorage
docutils==0.19
# via readme-renderer
idna==3.4
Expand All @@ -24,6 +26,10 @@ importlib-metadata==6.1.0
# twine
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.13.1
# via twine
markdown-it-py==2.2.0
Expand All @@ -36,14 +42,14 @@ packaging==23.0
# via build
pkginfo==1.9.6
# via twine
pygments==2.14.0
pycparser==2.21
# via cffi
pygments==2.15.0
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
pywin32-ctypes==0.2.0
# via keyring
readme-renderer==37.3
# via twine
requests==2.28.2
Expand All @@ -56,10 +62,12 @@ rfc3986==2.0.0
# via twine
rich==13.3.3
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
twine==4.0.2
# via -r .\dev_requirements\requirements-test_packaging.in
# via -r requirements-test_packaging.in
urllib3==1.26.15
# via
# requests
Expand Down

0 comments on commit 93451cb

Please sign in to comment.