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.10.0 to 2.15.0 #301

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
41 changes: 21 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,23 @@
#
bleach==4.1.0
# via readme-renderer
boto3-stubs[dynamodb,iam,sns,sqs]==1.17.71
# via -r requirements.in
boto==2.49.0
# via cloudaux
boto3==1.17.71
# via
# -r requirements.in
# cloudaux
boto==2.49.0
# via cloudaux
boto3-stubs[dynamodb,iam,sns,sqs]==1.17.71
# via -r requirements.in
botocore==1.20.112
# via
# boto3
# cloudaux
# s3transfer
certifi==2021.5.30
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.4
# via requests
click==8.0.1
Expand All @@ -31,6 +33,8 @@ cloudaux==1.9.6
# via -r requirements.in
colorama==0.4.4
# via twine
cryptography==41.0.2
# via secretstorage
defusedxml==0.7.1
# via cloudaux
docutils==0.17.1
Expand All @@ -43,12 +47,14 @@ import-string==0.1.0
# via -r requirements.in
importlib-metadata==4.6.4
# via
# click
# keyring
# pep517
# twine
inflection==0.5.1
# via cloudaux
jeepney==0.8.0
# via
# keyring
# secretstorage
jmespath==0.10.0
# via
# boto3
Expand Down Expand Up @@ -77,9 +83,11 @@ pkginfo==1.7.1
# via twine
policyuniverse==1.4.0.20210816
# via -r requirements.in
pycparser==2.21
# via cffi
pydantic==1.8.2
# via -r requirements.in
pygments==2.10.0
pygments==2.15.0
# via readme-renderer
pyparsing==2.4.7
# via packaging
Expand All @@ -93,17 +101,19 @@ raven==6.10.0
# via -r requirements.in
readme-renderer==29.0
# via twine
requests-toolbelt==0.9.1
# via twine
requests==2.26.0
# via
# -r requirements.in
# requests-toolbelt
# twine
requests-toolbelt==0.9.1
# via twine
rfc3986==1.5.0
# via twine
s3transfer==0.4.2
# via boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
Expand All @@ -126,14 +136,7 @@ twine==3.4.2
types-click==7.1.5
# via -r requirements.in
typing-extensions==3.10.0.0
# via
# boto3-stubs
# importlib-metadata
# mypy-boto3-dynamodb
# mypy-boto3-iam
# mypy-boto3-sns
# mypy-boto3-sqs
# pydantic
# via pydantic
urllib3==1.26.6
# via
# botocore
Expand All @@ -143,9 +146,7 @@ webencodings==0.5.1
wheel==0.37.0
# via pip-tools
zipp==3.5.0
# via
# importlib-metadata
# pep517
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down