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 certifi from 2020.6.20 to 2022.12.7 #29

Open
wants to merge 1 commit into
base: develop
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
277 changes: 200 additions & 77 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,83 +4,206 @@
#
# pip-compile dev-requirements.in
#
alabaster==0.7.12 # via sphinx
appdirs==1.4.4 # via black, virtualenv
argh==0.26.2 # via sphinx-autobuild
attrs==19.3.0 # via black, pytest
babel==2.8.0 # via sphinx
black==19.10b0 # via -r dev-requirements.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 doc8, requests
click==7.1.2 # via black
colorama==0.4.3 # via twine
coverage==5.1 # via pytest-cov
distlib==0.3.0 # via virtualenv
doc8==0.8.1 # via -r dev-requirements.in
docutils==0.16 # via doc8, readme-renderer, restructuredtext-lint, sphinx
filelock==3.0.12 # via virtualenv
flake8==3.8.3 # via -r dev-requirements.in
identify==1.4.20 # via pre-commit
idna==2.9 # via requests
imagesize==1.2.0 # via sphinx
importlib-metadata==1.6.1 # via flake8, keyring, pluggy, pre-commit, pytest, twine, virtualenv
jinja2==2.11.2 # via sphinx
keyring==21.2.1 # via twine
livereload==2.6.2 # via sphinx-autobuild
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via flake8
more-itertools==8.4.0 # via pytest
nodeenv==1.4.0 # via pre-commit
packaging==20.4 # via bleach, pytest, sphinx
pathspec==0.8.0 # via black
pathtools==0.1.2 # via sphinx-autobuild, watchdog
pbr==5.4.5 # via stevedore
pkginfo==1.5.0.1 # via twine
pluggy==0.13.1 # via pytest
port_for==0.3.1 # via sphinx-autobuild
pre-commit==2.5.1 # via -r dev-requirements.in
py==1.9.0 # via pytest
pycodestyle==2.6.0 # via flake8
pyflakes==2.2.0 # via flake8
pygments==2.6.1 # via doc8, readme-renderer, sphinx
pyparsing==2.4.7 # via packaging
pytest-cov==2.10.0 # via -r dev-requirements.in
pytest-mock==3.1.1 # via -r dev-requirements.in
pytest==5.4.3 # via -r dev-requirements.in, pytest-cov, pytest-mock
pytz==2020.1 # via babel
pyyaml==5.3.1 # via pre-commit, sphinx-autobuild
readme-renderer==26.0 # via twine
regex==2020.6.8 # via black
requests-toolbelt==0.9.1 # via twine
requests==2.24.0 # via requests-toolbelt, sphinx, twine
restructuredtext-lint==1.3.1 # via doc8
rfc3986==1.4.0 # via twine
six==1.15.0 # via bleach, doc8, livereload, packaging, readme-renderer, virtualenv
snowballstemmer==2.0.0 # via sphinx
sphinx-autobuild==0.7.1 # via -r dev-requirements.in
sphinx-rtd-theme==0.5.0 # via -r dev-requirements.in
sphinx==3.1.1 # via -r dev-requirements.in, sphinx-rtd-theme
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-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
stevedore==2.0.1 # via doc8
toml==0.10.1 # via black, pre-commit
tornado==6.0.4 # via livereload, sphinx-autobuild
tqdm==4.46.1 # via twine
twine==3.2.0 # via -r dev-requirements.in
typed-ast==1.4.1 # via black
urllib3==1.25.9 # via requests
virtualenv==20.0.25 # via pre-commit
watchdog==0.10.3 # via sphinx-autobuild
wcwidth==0.2.5 # via pytest
webencodings==0.5.1 # via bleach
wheel==0.34.2 # via -r dev-requirements.in
zipp==3.1.0 # via importlib-metadata
alabaster==0.7.12
# via sphinx
appdirs==1.4.4
# via
# black
# virtualenv
argh==0.26.2
# via sphinx-autobuild
attrs==19.3.0
# via
# black
# pytest
babel==2.8.0
# via sphinx
black==19.10b0
# via -r dev-requirements.in
bleach==3.1.5
# via readme-renderer
certifi==2022.12.7
# via requests
cffi==1.15.1
# via cryptography
cfgv==3.1.0
# via pre-commit
chardet==3.0.4
# via
# doc8
# requests
click==7.1.2
# via black
colorama==0.4.3
# via twine
coverage==5.1
# via pytest-cov
cryptography==38.0.4
# via secretstorage
distlib==0.3.0
# via virtualenv
doc8==0.8.1
# via -r dev-requirements.in
docutils==0.16
# via
# doc8
# readme-renderer
# restructuredtext-lint
# sphinx
filelock==3.0.12
# via virtualenv
flake8==3.8.3
# via -r dev-requirements.in
identify==1.4.20
# via pre-commit
idna==2.9
# via requests
imagesize==1.2.0
# via sphinx
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==2.11.2
# via sphinx
keyring==21.2.1
# via twine
livereload==2.6.2
# via sphinx-autobuild
markupsafe==1.1.1
# via jinja2
mccabe==0.6.1
# via flake8
more-itertools==8.4.0
# via pytest
nodeenv==1.4.0
# via pre-commit
packaging==20.4
# via
# bleach
# pytest
# sphinx
pathspec==0.8.0
# via black
pathtools==0.1.2
# via
# sphinx-autobuild
# watchdog
pbr==5.4.5
# via stevedore
pkginfo==1.5.0.1
# via twine
pluggy==0.13.1
# via pytest
port-for==0.3.1
# via sphinx-autobuild
pre-commit==2.5.1
# via -r dev-requirements.in
py==1.9.0
# via pytest
pycodestyle==2.6.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==2.2.0
# via flake8
pygments==2.6.1
# via
# doc8
# readme-renderer
# sphinx
pyparsing==2.4.7
# via packaging
pytest==5.4.3
# via
# -r dev-requirements.in
# pytest-cov
# pytest-mock
pytest-cov==2.10.0
# via -r dev-requirements.in
pytest-mock==3.1.1
# via -r dev-requirements.in
pytz==2020.1
# via babel
pyyaml==5.3.1
# via
# pre-commit
# sphinx-autobuild
readme-renderer==26.0
# via twine
regex==2020.6.8
# via black
requests==2.24.0
# via
# requests-toolbelt
# sphinx
# twine
requests-toolbelt==0.9.1
# via twine
restructuredtext-lint==1.3.1
# via doc8
rfc3986==1.4.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.15.0
# via
# bleach
# doc8
# livereload
# packaging
# readme-renderer
# virtualenv
snowballstemmer==2.0.0
# via sphinx
sphinx==3.1.1
# via
# -r dev-requirements.in
# sphinx-rtd-theme
sphinx-autobuild==0.7.1
# via -r dev-requirements.in
sphinx-rtd-theme==0.5.0
# via -r dev-requirements.in
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-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
stevedore==2.0.1
# via doc8
toml==0.10.1
# via
# black
# pre-commit
tornado==6.0.4
# via
# livereload
# sphinx-autobuild
tqdm==4.46.1
# via twine
twine==3.2.0
# via -r dev-requirements.in
typed-ast==1.4.1
# via black
urllib3==1.25.9
# via requests
virtualenv==20.0.25
# via pre-commit
watchdog==0.10.3
# via sphinx-autobuild
wcwidth==0.2.5
# via pytest
webencodings==0.5.1
# via bleach
wheel==0.34.2
# via -r dev-requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools