update requirements

This commit is contained in:
David Lord 2022-11-25 07:39:54 -08:00
parent 9f99425aaf
commit d178653b5f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
12 changed files with 39 additions and 46 deletions

View file

@ -8,7 +8,7 @@
-r docs.txt
-r tests.txt
-r typing.txt
build==0.8.0
build==0.9.0
# via pip-tools
cfgv==3.3.1
# via pre-commit
@ -22,20 +22,22 @@ filelock==3.8.0
# via
# tox
# virtualenv
identify==2.5.5
identify==2.5.9
# via pre-commit
nodeenv==1.7.0
# via pre-commit
pep517==0.13.0
# via build
pip-compile-multi==2.4.6
pip-compile-multi==2.6.1
# via -r requirements/dev.in
pip-tools==6.8.0
pip-tools==6.10.0
# via pip-compile-multi
platformdirs==2.5.2
platformdirs==2.5.4
# via virtualenv
pre-commit==2.20.0
# via -r requirements/dev.in
py==1.11.0
# via tox
pyyaml==6.0
# via pre-commit
six==1.16.0
@ -44,13 +46,13 @@ toml==0.10.2
# via pre-commit
toposort==1.7
# via pip-compile-multi
tox==3.26.0
tox==3.27.1
# via -r requirements/dev.in
virtualenv==20.16.5
virtualenv==20.16.7
# via
# pre-commit
# tox
wheel==0.37.1
wheel==0.38.4
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:

View file

@ -7,9 +7,9 @@
#
alabaster==0.7.12
# via sphinx
babel==2.10.3
babel==2.11.0
# via sphinx
certifi==2022.6.15.1
certifi==2022.9.24
# via requests
charset-normalizer==2.1.1
# via requests
@ -17,7 +17,7 @@ docutils==0.17.1
# via
# sphinx
# sphinx-tabs
idna==3.3
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
@ -37,7 +37,7 @@ pygments==2.13.0
# sphinx-tabs
pyparsing==3.0.9
# via packaging
pytz==2022.2.1
pytz==2022.6
# via babel
requests==2.28.1
# via sphinx
@ -68,5 +68,5 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.12
urllib3==1.26.13
# via requests

View file

@ -11,21 +11,15 @@ attrs==22.1.0
# via pytest
blinker==1.5
# via -r requirements/tests.in
greenlet==1.1.3 ; python_version < "3.11"
# via -r requirements/tests.in
iniconfig==1.1.1
# via pytest
packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.9
# via packaging
pytest==7.1.3
pytest==7.2.0
# via -r requirements/tests.in
python-dotenv==0.21.0
# via -r requirements/tests.in
tomli==2.0.1
# via pytest

View file

@ -7,21 +7,19 @@
#
cffi==1.15.1
# via cryptography
cryptography==38.0.1
cryptography==38.0.3
# via -r requirements/typing.in
mypy==0.971
mypy==0.991
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
pycparser==2.21
# via cffi
tomli==2.0.1
# via mypy
types-contextvars==2.4.7
# via -r requirements/typing.in
types-dataclasses==0.6.6
# via -r requirements/typing.in
types-setuptools==65.3.0
types-setuptools==65.6.0.1
# via -r requirements/typing.in
typing-extensions==4.3.0
typing-extensions==4.4.0
# via mypy