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

Upgrade dependencies. #178

Merged
merged 1 commit into from May 21, 2021
Merged
Show file tree
Hide file tree
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
35 changes: 18 additions & 17 deletions requirements/dev.txt
Expand Up @@ -10,37 +10,37 @@ appdirs==1.4.4
# via virtualenv
astroid==2.5.6
# via pylint
attrs==20.3.0
attrs==21.2.0
# via
# hypothesis
# pytest
babel==2.9.0
babel==2.9.1
# via sphinx
build==0.3.1.post1
# via check-manifest
certifi==2020.12.5
# via requests
cfgv==3.2.0
cfgv==3.3.0
# via pre-commit
chardet==4.0.0
# via requests
check-manifest==0.46
# via -r dev.in
click==7.1.2
click==8.0.1
# via pip-tools
coverage==5.5
coverage[toml]==5.5
# via
# -r tests.in
# pytest-cov
distlib==0.3.1
# via virtualenv
docutils==0.16
docutils==0.17.1
# via sphinx
filelock==3.0.12
# via
# tox
# virtualenv
hypothesis==6.10.1
hypothesis==6.13.1
# via
# -r lint.in
# -r tests.in
Expand All @@ -56,11 +56,11 @@ iniconfig==1.1.1
# via pytest
isort==5.8.0
# via pylint
jinja2==2.11.3
jinja2==3.0.1
# via sphinx
lazy-object-proxy==1.6.0
# via astroid
markupsafe==1.1.1
markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
Expand Down Expand Up @@ -95,19 +95,19 @@ py==1.10.0
# -r tests.in
# pytest
# tox
pygments==2.8.1
pygments==2.9.0
# via sphinx
pylint==2.8.2
# via -r lint.in
pyparsing==2.4.7
# via packaging
pytest-benchmark==3.4.1
# via -r tests.in
pytest-cov==2.11.1
pytest-cov==2.12.0
# via -r tests.in
pytest-icdiff==0.5
# via -r tests.in
pytest==6.2.3
pytest==6.2.4
# via
# -r lint.in
# -r tests.in
Expand All @@ -120,20 +120,20 @@ pyyaml==5.4.1
# via pre-commit
requests==2.25.1
# via sphinx
six==1.15.0
six==1.16.0
# via
# tox
# virtualenv
snowballstemmer==2.1.0
# via sphinx
sortedcollections==2.1.0
# via -r tests.in
sortedcontainers==2.3.0
sortedcontainers==2.4.0
# via
# -r tests.in
# hypothesis
# sortedcollections
sphinx==3.5.4
sphinx==4.0.2
# via -r docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -151,16 +151,17 @@ toml==0.10.2
# via
# build
# check-manifest
# coverage
# pep517
# pre-commit
# pylint
# pytest
# tox
tox==3.23.0
tox==3.23.1
# via -r dev.in
urllib3==1.26.4
# via requests
virtualenv==20.4.4
virtualenv==20.4.6
# via
# pre-commit
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/docs.txt
Expand Up @@ -6,25 +6,25 @@
#
alabaster==0.7.12
# via sphinx
babel==2.9.0
babel==2.9.1
# via sphinx
certifi==2020.12.5
# via requests
chardet==4.0.0
# via requests
docutils==0.16
docutils==0.17.1
# via sphinx
idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.11.3
jinja2==3.0.1
# via sphinx
markupsafe==1.1.1
markupsafe==2.0.1
# via jinja2
packaging==20.9
# via sphinx
pygments==2.8.1
pygments==2.9.0
# via sphinx
pyparsing==2.4.7
# via packaging
Expand All @@ -34,7 +34,7 @@ requests==2.25.1
# via sphinx
snowballstemmer==2.1.0
# via sphinx
sphinx==3.5.4
sphinx==4.0.2
# via -r docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand Down
14 changes: 7 additions & 7 deletions requirements/lint.txt
Expand Up @@ -8,17 +8,17 @@ appdirs==1.4.4
# via virtualenv
astroid==2.5.6
# via pylint
attrs==20.3.0
attrs==21.2.0
# via
# hypothesis
# pytest
cfgv==3.2.0
cfgv==3.3.0
# via pre-commit
distlib==0.3.1
# via virtualenv
filelock==3.0.12
# via virtualenv
hypothesis==6.10.1
hypothesis==6.13.1
# via -r lint.in
identify==2.2.4
# via pre-commit
Expand All @@ -44,20 +44,20 @@ pylint==2.8.2
# via -r lint.in
pyparsing==2.4.7
# via packaging
pytest==6.2.3
pytest==6.2.4
# via -r lint.in
pyyaml==5.4.1
# via pre-commit
six==1.15.0
six==1.16.0
# via virtualenv
sortedcontainers==2.3.0
sortedcontainers==2.4.0
# via hypothesis
toml==0.10.2
# via
# pre-commit
# pylint
# pytest
virtualenv==20.4.4
virtualenv==20.4.6
# via pre-commit
wrapt==1.12.1
# via astroid
28 changes: 15 additions & 13 deletions requirements/tests.txt
Expand Up @@ -6,23 +6,23 @@
#
alabaster==0.7.12
# via sphinx
attrs==20.3.0
attrs==21.2.0
# via
# hypothesis
# pytest
babel==2.9.0
babel==2.9.1
# via sphinx
certifi==2020.12.5
# via requests
chardet==4.0.0
# via requests
coverage==5.5
coverage[toml]==5.5
# via
# -r tests.in
# pytest-cov
docutils==0.16
docutils==0.17.1
# via sphinx
hypothesis==6.10.1
hypothesis==6.13.1
# via -r tests.in
icdiff==1.9.1
# via pytest-icdiff
Expand All @@ -32,9 +32,9 @@ imagesize==1.2.0
# via sphinx
iniconfig==1.1.1
# via pytest
jinja2==2.11.3
jinja2==3.0.1
# via sphinx
markupsafe==1.1.1
markupsafe==2.0.1
# via jinja2
packaging==20.9
# via
Expand All @@ -50,17 +50,17 @@ py==1.10.0
# via
# -r tests.in
# pytest
pygments==2.8.1
pygments==2.9.0
# via sphinx
pyparsing==2.4.7
# via packaging
pytest-benchmark==3.4.1
# via -r tests.in
pytest-cov==2.11.1
pytest-cov==2.12.0
# via -r tests.in
pytest-icdiff==0.5
# via -r tests.in
pytest==6.2.3
pytest==6.2.4
# via
# -r tests.in
# pytest-benchmark
Expand All @@ -74,12 +74,12 @@ snowballstemmer==2.1.0
# via sphinx
sortedcollections==2.1.0
# via -r tests.in
sortedcontainers==2.3.0
sortedcontainers==2.4.0
# via
# -r tests.in
# hypothesis
# sortedcollections
sphinx==3.5.4
sphinx==4.0.2
# via -r docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -94,7 +94,9 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
toml==0.10.2
# via pytest
# via
# coverage
# pytest
urllib3==1.26.4
# via requests

Expand Down