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.7.4 to 2.15.0 #99

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
30 changes: 21 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
aspy.refactor-imports==2.1.1
aspy-refactor-imports==2.1.1
# via reorder-python-imports
astroid==2.3.3
# via pylint
Expand All @@ -13,17 +13,25 @@ attrs==20.3.0
bleach==3.3.0
# via readme-renderer
cached-property==1.5.2
# via aspy.refactor-imports
# via aspy-refactor-imports
certifi==2020.12.5
# via requests
cffi==1.15.1
# via cryptography
chardet==4.0.0
# via requests
cryptography==41.0.2
# via secretstorage
docutils==0.16
# via readme-renderer
idna==2.10
# via requests
isort==4.3.21
# via pylint
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==22.0.1
# via twine
lazy-object-proxy==1.4.3
Expand All @@ -32,10 +40,10 @@ mccabe==0.6.1
# via pylint
more-itertools==8.7.0
# via pytest
mypy-extensions==0.4.3
# via mypy
mypy==0.761
# via -r requirements-dev.in
mypy-extensions==0.4.3
# via mypy
packaging==20.9
# via
# bleach
Expand All @@ -46,30 +54,34 @@ pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pygments==2.7.4
pycparser==2.21
# via cffi
pygments==2.15.0
# via readme-renderer
pylint==2.4.4
# via -r requirements-dev.in
pyparsing==2.4.7
# via packaging
pytest-dotenv==0.5.2
# via -r requirements-dev.in
pytest==5.4.1
# via
# -r requirements-dev.in
# pytest-dotenv
pytest-dotenv==0.5.2
# via -r requirements-dev.in
python-dotenv==0.15.0
# via pytest-dotenv
readme-renderer==28.0
# via twine
reorder-python-imports==1.9.0
# via -r requirements-dev.in
requests-toolbelt==0.9.1
# via twine
requests==2.25.1
# via
# requests-toolbelt
# twine
requests-toolbelt==0.9.1
# via twine
secretstorage==3.3.3
# via keyring
six==1.15.0
# via
# astroid
Expand Down