Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pygments from 2.13.0 to 2.15.0 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ certifi==2022.6.15.1
# via
# -c requirements.txt
# requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
# via
# -c requirements.txt
# requests
commonmark==0.9.1
# via rich
cryptography==41.0.2
# via secretstorage
docutils==0.19
# via readme-renderer
idna==3.3
Expand All @@ -28,13 +32,19 @@ importlib-metadata==5.0.0
# via twine
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.9.3
# via twine
more-itertools==8.14.0
# via jaraco-classes
pkginfo==1.8.3
# via twine
pygments==2.13.0
pycparser==2.21
# via cffi
pygments==2.15.0
# via
# readme-renderer
# rich
Expand All @@ -51,6 +61,8 @@ rfc3986==2.0.0
# via twine
rich==12.6.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -c requirements.txt
Expand Down