diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa395c57..e5a89e66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_schedule: monthly repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v2.32.1 hooks: - id: pyupgrade args: ["--py36-plus"] diff --git a/requirements/dev.txt b/requirements/dev.txt index 36999074..2cdefc96 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,19 +10,19 @@ -r typing.txt cfgv==3.3.1 # via pre-commit -click==8.1.2 +click==8.1.3 # via # pip-compile-multi # pip-tools distlib==0.3.4 # via virtualenv -filelock==3.6.0 +filelock==3.7.0 # via # tox # virtualenv greenlet==1.1.2 ; python_version < "3.11" # via -r requirements/tests.in -identify==2.5.0 +identify==2.5.1 # via pre-commit nodeenv==1.6.0 # via pre-commit @@ -30,11 +30,11 @@ pep517==0.12.0 # via pip-tools pip-compile-multi==2.4.5 # via -r requirements/dev.in -pip-tools==6.6.0 +pip-tools==6.6.1 # via pip-compile-multi platformdirs==2.5.2 # via virtualenv -pre-commit==2.18.1 +pre-commit==2.19.0 # via -r requirements/dev.in pyyaml==6.0 # via pre-commit diff --git a/requirements/docs.txt b/requirements/docs.txt index 963d81e9..f94d30b8 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -9,7 +9,7 @@ alabaster==0.7.12 # via sphinx babel==2.10.1 # via sphinx -certifi==2021.10.8 +certifi==2022.5.18.1 # via requests charset-normalizer==2.0.12 # via requests @@ -21,7 +21,7 @@ idna==3.3 # via requests imagesize==1.3.0 # via sphinx -jinja2==3.1.1 +jinja2==3.1.2 # via sphinx markupsafe==2.1.1 # via jinja2 @@ -35,7 +35,7 @@ pygments==2.12.0 # via # sphinx # sphinx-tabs -pyparsing==3.0.8 +pyparsing==3.0.9 # via packaging pytz==2022.1 # via babel diff --git a/requirements/tests.txt b/requirements/tests.txt index 7833cabd..7a3f89d7 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -5,7 +5,7 @@ # # pip-compile-multi # -asgiref==3.5.0 +asgiref==3.5.2 # via -r requirements/tests.in attrs==21.4.0 # via pytest @@ -21,7 +21,7 @@ pluggy==1.0.0 # via pytest py==1.11.0 # via pytest -pyparsing==3.0.8 +pyparsing==3.0.9 # via packaging pytest==7.1.2 # via -r requirements/tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index f1aa5284..bf5e2a39 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -7,7 +7,7 @@ # cffi==1.15.0 # via cryptography -cryptography==37.0.1 +cryptography==37.0.2 # via -r requirements/typing.in mypy==0.950 # via -r requirements/typing.in @@ -21,7 +21,7 @@ types-contextvars==2.4.5 # via -r requirements/typing.in types-dataclasses==0.6.5 # via -r requirements/typing.in -types-setuptools==57.4.14 +types-setuptools==57.4.15 # via -r requirements/typing.in typing-extensions==4.2.0 # via mypy