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 bleach from 3.1.5 to 3.3.0 #7

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
14 changes: 13 additions & 1 deletion requirements.txt
Expand Up @@ -4,16 +4,24 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
bleach==3.1.5
bleach==3.3.0
# via readme-renderer
certifi==2017.7.27.1
# via requests
cffi==1.14.5
# via cryptography
chardet==3.0.4
# via requests
cryptography==3.4.6
# via secretstorage
docutils==0.16
# via readme-renderer
idna==2.5
# via requests
jeepney==0.6.0
# via
# keyring
# secretstorage
keyring==21.2.1
# via twine
numpy==1.18.4
Expand All @@ -24,6 +32,8 @@ pandas==1.2.3
# via -r requirements.in
pkginfo==1.5.0.1
# via twine
pycparser==2.20
# via cffi
pygments==2.6.1
# via readme-renderer
pyparsing==2.4.7
Expand All @@ -40,6 +50,8 @@ requests==2.23.0
# via
# requests-toolbelt
# twine
secretstorage==3.3.1
# via keyring
six==1.10.0
# via
# bleach
Expand Down