diff --git a/requirements/constraints.txt b/requirements/constraints.txt index fc47c298e76..240ad8a6669 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -8,13 +8,11 @@ alabaster==0.7.12 # via sphinx async-timeout==4.0.2 # via -r requirements/base.txt -asynctest==0.13.0 ; python_version < "3.8" - # via -r requirements/base.txt attrs==21.2.0 # via pytest babel==2.9.1 # via sphinx -backports.entry-points-selectable==1.1.0 +backports-entry-points-selectable==1.1.0 # via virtualenv blockdiag==2.0.1 # via sphinxcontrib-blockdiag @@ -32,11 +30,11 @@ cffi==1.15.0 # pycares cfgv==3.3.1 # via pre-commit -charset-normalizer==2.0.11 +charset-normalizer==2.0.12 # via # -r requirements/base.txt # requests -cherry_picker==2.1.0 ; python_version >= "3.6" +cherry-picker==2.1.0 ; python_version >= "3.6" # via -r requirements/dev.txt click==8.0.3 # via @@ -48,7 +46,7 @@ click==8.0.3 # wait-for-it click-default-group==1.2.2 # via towncrier -coverage[toml]==6.3.1 +coverage==6.3.2 # via # -r requirements/test.txt # pytest-cov @@ -57,7 +55,7 @@ cryptography==36.0.1 ; platform_machine != "i686" # -r requirements/test.txt # pyjwt # trustme -cython==0.29.27 +cython==0.29.28 # via -r requirements/cython.txt distlib==0.3.3 # via virtualenv @@ -65,7 +63,7 @@ docutils==0.17.1 # via sphinx filelock==3.3.2 # via virtualenv -freezegun==1.1.0 +freezegun==1.2.0 # via -r requirements/test.txt frozenlist==1.3.0 # via @@ -88,17 +86,6 @@ idna==3.3 # yarl imagesize==1.2.0 # via sphinx -importlib-metadata==4.10.1 - # via - # backports.entry-points-selectable - # click - # pep517 - # pluggy - # pre-commit - # pytest - # sphinx - # sphinxcontrib-spelling - # virtualenv incremental==21.3.0 # via towncrier iniconfig==1.1.1 @@ -113,7 +100,7 @@ multidict==6.0.2 # via # -r requirements/multidict.txt # yarl -mypy==0.931 ; implementation_name == "cpython" +mypy==0.940 ; implementation_name == "cpython" # via # -r requirements/lint.txt # -r requirements/test.txt @@ -131,7 +118,7 @@ pep517==0.12.0 # via pip-tools pillow==9.0.0 # via blockdiag -pip-tools==6.5.0 +pip-tools==6.5.1 # via -r requirements/dev.txt platformdirs==2.4.0 # via virtualenv @@ -139,7 +126,7 @@ pluggy==1.0.0 # via pytest pre-commit==2.17.0 # via -r requirements/lint.txt -proxy.py==2.4.0 +proxy-py==2.4.0 # via -r requirements/test.txt py==1.10.0 # via pytest @@ -155,11 +142,11 @@ pygments==2.11.2 # via # -r requirements/doc.txt # sphinx -pyjwt[crypto]==2.3.0 +pyjwt==2.3.0 # via gidgethub pyparsing==2.4.7 # via packaging -pytest==7.0.0 +pytest==7.1.0 # via # -r requirements/lint.txt # -r requirements/test.txt @@ -171,7 +158,7 @@ pytest-mock==3.7.0 # via -r requirements/test.txt python-dateutil==2.8.2 # via freezegun -python-on-whales==0.36.1 ; python_version >= "3.7" +python-on-whales==0.37.0 ; python_version >= "3.7" # via -r requirements/test.txt pytz==2021.3 # via babel @@ -225,14 +212,14 @@ toml==0.10.2 # via # cherry-picker # pre-commit - # towncrier tomli==1.2.2 # via # coverage # mypy # pep517 # pytest -towncrier==21.3.0 + # towncrier +towncrier==21.9.0 # via # -r requirements/doc.txt # sphinxcontrib-towncrier @@ -240,24 +227,17 @@ tqdm==4.62.3 # via python-on-whales trustme==0.9.0 ; platform_machine != "i686" # via -r requirements/test.txt -typed-ast==1.5.2 - # via mypy typer==0.4.0 # via python-on-whales typing-extensions==3.10.0.0 # via # -r requirements/typing-extensions.txt - # async-timeout - # importlib-metadata # mypy # pydantic - # yarl uritemplate==4.1.1 # via gidgethub urllib3==1.26.7 # via requests -uvloop==0.14.0 ; platform_system != "Windows" and implementation_name == "cpython" and python_version < "3.9" - # via -r requirements/base.txt virtualenv==20.10.0 # via pre-commit wait-for-it==2.2.1 ; python_version >= "3.7" @@ -268,10 +248,6 @@ wheel==0.37.0 # via pip-tools yarl==1.7.2 # via -r requirements/base.txt -zipp==3.7.0 - # via - # importlib-metadata - # pep517 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 @@ -281,3 +257,4 @@ setuptools==58.4.0 # blockdiag # gunicorn # pip-tools + # towncrier diff --git a/requirements/lint.txt b/requirements/lint.txt index dd41788f913..b6d1b6d8811 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,4 +1,4 @@ -r typing-extensions.txt mypy==0.940; implementation_name=="cpython" pre-commit==2.17.0 -pytest==7.0.1 +pytest==7.1.0 diff --git a/requirements/test.txt b/requirements/test.txt index 65e3651cc02..3e70ec1e87c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,7 +6,7 @@ freezegun==1.2.0 mypy==0.940; implementation_name=="cpython" mypy-extensions==0.4.3; implementation_name=="cpython" proxy.py ~= 2.4.0 -pytest==7.0.1 +pytest==7.1.0 pytest-cov==3.0.0 pytest-mock==3.7.0 python-on-whales==0.37.0; python_version>="3.7"