1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-24 10:50:35 -05:00

Merge pull request #48 from craigerl/dependabot/pip/bleach-3.3.0

Bump bleach from 3.2.1 to 3.3.0
This commit is contained in:
Walter A. Boring IV 2021-02-03 11:12:04 -05:00 committed by GitHub
commit d0d0aef077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,12 @@ babel==2.9.0
# via sphinx # via sphinx
black==20.8b1 black==20.8b1
# via -r dev-requirements.in # via -r dev-requirements.in
bleach==3.2.1 bleach==3.3.0
# via readme-renderer # via readme-renderer
certifi==2020.12.5 certifi==2020.12.5
# via requests # via requests
cffi==1.14.4
# via cryptography
chardet==4.0.0 chardet==4.0.0
# via requests # via requests
click==7.1.2 click==7.1.2
@ -28,6 +30,8 @@ colorama==0.4.4
# via twine # via twine
coverage==5.3.1 coverage==5.3.1
# via pytest-cov # via pytest-cov
cryptography==3.3.1
# via secretstorage
distlib==0.3.1 distlib==0.3.1
# via virtualenv # via virtualenv
docutils==0.16 docutils==0.16
@ -52,6 +56,10 @@ iniconfig==1.1.1
# via pytest # via pytest
isort==5.7.0 isort==5.7.0
# via -r dev-requirements.in # via -r dev-requirements.in
jeepney==0.6.0
# via
# keyring
# secretstorage
jinja2==2.11.2 jinja2==2.11.2
# via sphinx # via sphinx
keyring==21.8.0 keyring==21.8.0
@ -88,6 +96,8 @@ py==1.10.0
# tox # tox
pycodestyle==2.6.0 pycodestyle==2.6.0
# via flake8 # via flake8
pycparser==2.20
# via cffi
pyflakes==2.2.0 pyflakes==2.2.0
# via flake8 # via flake8
pygments==2.7.3 pygments==2.7.3
@ -117,9 +127,12 @@ requests==2.25.1
# twine # twine
rfc3986==1.4.0 rfc3986==1.4.0
# via twine # via twine
secretstorage==3.3.0
# via keyring
six==1.15.0 six==1.15.0
# via # via
# bleach # bleach
# cryptography
# readme-renderer # readme-renderer
# tox # tox
# virtualenv # virtualenv