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 in /requirements #18

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
348 changes: 263 additions & 85 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,91 +4,269 @@
#
# pip-compile dev.in
#
aiohttp==3.6.2 # via pytest-sanic
alabaster==0.7.12 # via sphinx
appdirs==1.4.4 # via black, virtualenv
async-generator==1.10 # via pytest-sanic
async-timeout==3.0.1 # via aiohttp
attrs==19.3.0 # via aiohttp, black, pytest
babel==2.8.0 # via sphinx
black==19.10b0 # via -r tests.in
bleach==3.1.5 # via readme-renderer
certifi==2020.6.20 # via requests
cfgv==3.1.0 # via pre-commit
chardet==3.0.4 # via aiohttp, requests, zest.releaser
check-manifest==0.42 # via zest.releaser
click==7.1.2 # via black, pip-tools
colorama==0.4.3 # via twine, zest.releaser
coverage==5.2.1 # via -r tests.in, pytest-cov
dataclasses==0.7 ; python_version < "3.7" # via -r tests.in
distlib==0.3.1 # via virtualenv
docutils==0.16 # via pyroma, readme-renderer, sphinx
filelock==3.0.12 # via tox, virtualenv
identify==1.4.25 # via pre-commit
idna-ssl==1.1.0 # via aiohttp
idna==2.10 # via idna-ssl, requests, yarl
imagesize==1.2.0 # via sphinx
importlib-metadata==1.7.0 # via keyring, pep517, pluggy, pre-commit, pytest, tox, twine, virtualenv
importlib-resources==3.0.0 # via pre-commit, virtualenv
jinja2==2.11.2 # via sphinx
keyring==21.2.1 # via twine
markupsafe==1.1.1 # via jinja2
mirakuru==2.3.0 # via pytest-redis
more-itertools==8.4.0 # via pytest
multidict==4.7.6 # via aiohttp, yarl
nodeenv==1.4.0 # via pre-commit
packaging==20.4 # via bleach, pytest, sphinx, tox
pathspec==0.8.0 # via black
pep517==0.8.2 # via check-manifest
pip-tools==5.3.0 # via -r dev.in
pkginfo==1.5.0.1 # via twine
pluggy==0.13.1 # via pytest, tox
port-for==0.4 # via pytest-redis
pre-commit==2.6.0 # via -r dev.in
psutil==5.7.2 # via mirakuru
py==1.9.0 # via pytest, tox
pygments==2.6.1 # via pyroma, readme-renderer, sphinx
pyparsing==2.4.7 # via packaging
pyroma==2.6 # via zest.releaser
pytest-cov==2.10.1 # via -r tests.in
pytest-redis==2.0.0 # via -r tests.in
pytest-sanic==1.6.1 # via -r tests.in
pytest==5.4.3 # via -r tests.in, pytest-cov, pytest-redis, pytest-sanic
pytz==2020.1 # via babel
pyyaml==5.3.1 # via pre-commit
readme-renderer==26.0 # via twine, zest.releaser
redis==3.5.3 # via pytest-redis
regex==2020.7.14 # via black
requests-toolbelt==0.9.1 # via twine
requests==2.24.0 # via -r tests.in, requests-toolbelt, sphinx, twine, zest.releaser
rfc3986==1.4.0 # via twine
six==1.15.0 # via bleach, packaging, pip-tools, readme-renderer, tox, virtualenv, zest.releaser
snowballstemmer==2.0.0 # via sphinx
sphinx-autodoc-typehints==1.11.0 # via -r docs.in
sphinx-issues==1.2.0 # via -r docs.in
sphinx-rtd-theme==0.5.0 # via -r docs.in
sphinx==3.2.1 # via -r docs.in, sphinx-autodoc-typehints, sphinx-issues, sphinx-rtd-theme, sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==1.0.2 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-log-cabinet==1.0.1 # via -r docs.in
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
toml==0.10.1 # via black, check-manifest, pep517, pre-commit, tox
tox==3.18.1 # via -r tests.in
tqdm==4.48.0 # via twine
twine==3.2.0 # via zest.releaser
typed-ast==1.4.1 # via black
typing-extensions==3.7.4.2 # via aiohttp, yarl
urllib3==1.25.10 # via requests
virtualenv==20.0.28 # via pre-commit, tox
wcwidth==0.2.5 # via pytest
webencodings==0.5.1 # via bleach
wheel==0.34.2 # via zest.releaser
yarl==1.5.0 # via aiohttp
zest.releaser[recommended]==6.21.0 # via -r dev.in
zipp==3.1.0 # via importlib-metadata, importlib-resources, pep517
aiohttp==3.6.2
# via pytest-sanic
alabaster==0.7.12
# via sphinx
appdirs==1.4.4
# via
# black
# virtualenv
async-generator==1.10
# via pytest-sanic
async-timeout==3.0.1
# via aiohttp
attrs==19.3.0
# via
# aiohttp
# black
# pytest
babel==2.8.0
# via sphinx
black==19.10b0
# via -r tests.in
bleach==3.3.0
# via readme-renderer
certifi==2020.6.20
# via requests
cffi==1.14.4
# via cryptography
cfgv==3.1.0
# via pre-commit
chardet==3.0.4
# via
# aiohttp
# requests
# zest.releaser
check-manifest==0.42
# via zest.releaser
click==7.1.2
# via
# black
# pip-tools
colorama==0.4.3
# via
# twine
# zest.releaser
coverage==5.2.1
# via
# -r tests.in
# pytest-cov
cryptography==3.3.1
# via secretstorage
dataclasses==0.7 ; python_version < "3.7"
# via -r tests.in
distlib==0.3.1
# via virtualenv
docutils==0.16
# via
# pyroma
# readme-renderer
# sphinx
filelock==3.0.12
# via
# tox
# virtualenv
identify==1.4.25
# via pre-commit
idna-ssl==1.1.0
# via aiohttp
idna==2.10
# via
# idna-ssl
# requests
# yarl
imagesize==1.2.0
# via sphinx
importlib-metadata==1.7.0
# via
# keyring
# pep517
# pluggy
# pre-commit
# pytest
# tox
# twine
# virtualenv
importlib-resources==3.0.0
# via
# pre-commit
# virtualenv
jeepney==0.6.0
# via
# keyring
# secretstorage
jinja2==2.11.2
# via sphinx
keyring==21.2.1
# via twine
markupsafe==1.1.1
# via jinja2
mirakuru==2.3.0
# via pytest-redis
more-itertools==8.4.0
# via pytest
multidict==4.7.6
# via
# aiohttp
# yarl
nodeenv==1.4.0
# via pre-commit
packaging==20.4
# via
# bleach
# pytest
# sphinx
# tox
pathspec==0.8.0
# via black
pep517==0.8.2
# via check-manifest
pip-tools==5.3.0
# via -r dev.in
pkginfo==1.5.0.1
# via twine
pluggy==0.13.1
# via
# pytest
# tox
port-for==0.4
# via pytest-redis
pre-commit==2.6.0
# via -r dev.in
psutil==5.7.2
# via mirakuru
py==1.9.0
# via
# pytest
# tox
pycparser==2.20
# via cffi
pygments==2.6.1
# via
# pyroma
# readme-renderer
# sphinx
pyparsing==2.4.7
# via packaging
pyroma==2.6
# via zest.releaser
pytest-cov==2.10.1
# via -r tests.in
pytest-redis==2.0.0
# via -r tests.in
pytest-sanic==1.6.1
# via -r tests.in
pytest==5.4.3
# via
# -r tests.in
# pytest-cov
# pytest-redis
# pytest-sanic
pytz==2020.1
# via babel
pyyaml==5.3.1
# via pre-commit
readme-renderer==26.0
# via
# twine
# zest.releaser
redis==3.5.3
# via pytest-redis
regex==2020.7.14
# via black
requests-toolbelt==0.9.1
# via twine
requests==2.24.0
# via
# -r tests.in
# requests-toolbelt
# sphinx
# twine
# zest.releaser
rfc3986==1.4.0
# via twine
secretstorage==3.3.0
# via keyring
six==1.15.0
# via
# bleach
# cryptography
# packaging
# pip-tools
# readme-renderer
# tox
# virtualenv
# zest.releaser
snowballstemmer==2.0.0
# via sphinx
sphinx-autodoc-typehints==1.11.0
# via -r docs.in
sphinx-issues==1.2.0
# via -r docs.in
sphinx-rtd-theme==0.5.0
# via -r docs.in
sphinx==3.2.1
# via
# -r docs.in
# sphinx-autodoc-typehints
# sphinx-issues
# sphinx-rtd-theme
# sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==1.0.3
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
toml==0.10.1
# via
# black
# check-manifest
# pep517
# pre-commit
# tox
tox==3.18.1
# via -r tests.in
tqdm==4.48.0
# via twine
twine==3.2.0
# via zest.releaser
typed-ast==1.4.1
# via black
typing-extensions==3.7.4.2
# via
# aiohttp
# yarl
urllib3==1.25.10
# via requests
virtualenv==20.0.28
# via
# pre-commit
# tox
wcwidth==0.2.5
# via pytest
webencodings==0.5.1
# via bleach
wheel==0.34.2
# via zest.releaser
yarl==1.5.0
# via aiohttp
zest.releaser[recommended]==6.21.0
# via -r dev.in
zipp==3.1.0
# via
# importlib-metadata
# importlib-resources
# pep517

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