From d2a6f5c572f5275bb8c91286cfd24c2c504cc243 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 06:31:29 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6dafd198..4531f0b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: files: "^(?!examples/)" args: ["--application-directories", "src"] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 From a30b6e723c4b58356176cc3f6cf63ce7320250e2 Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 11 Apr 2023 15:33:34 -0700 Subject: [PATCH 2/2] update dependencies --- requirements/dev.txt | 18 +++++++++--------- requirements/docs.txt | 2 +- requirements/tests.txt | 10 +++++----- requirements/typing.txt | 8 ++++---- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 12a51ffb..997d2b17 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -24,25 +24,25 @@ colorama==0.4.6 # via tox distlib==0.3.6 # via virtualenv -filelock==3.9.0 +filelock==3.11.0 # via # tox # virtualenv -identify==2.5.19 +identify==2.5.22 # via pre-commit nodeenv==1.7.0 # via pre-commit pip-compile-multi==2.6.2 # via -r requirements/dev.in -pip-tools==6.12.3 +pip-tools==6.13.0 # via pip-compile-multi -platformdirs==3.1.1 +platformdirs==3.2.0 # via # tox # virtualenv -pre-commit==3.1.1 +pre-commit==3.2.2 # via -r requirements/dev.in -pyproject-api==1.5.0 +pyproject-api==1.5.1 # via tox pyproject-hooks==1.0.0 # via build @@ -50,13 +50,13 @@ pyyaml==6.0 # via pre-commit toposort==1.10 # via pip-compile-multi -tox==4.4.6 +tox==4.4.11 # via -r requirements/dev.in -virtualenv==20.20.0 +virtualenv==20.21.0 # via # pre-commit # tox -wheel==0.38.4 +wheel==0.40.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/docs.txt b/requirements/docs.txt index a7355372..930e16fe 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -31,7 +31,7 @@ packaging==23.0 # sphinx pallets-sphinx-themes==2.0.3 # via -r requirements/docs.in -pygments==2.14.0 +pygments==2.15.0 # via # sphinx # sphinx-tabs diff --git a/requirements/tests.txt b/requirements/tests.txt index ba547a0e..fc9273ca 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -7,11 +7,9 @@ # asgiref==3.6.0 # via -r requirements/tests.in -attrs==22.2.0 - # via pytest -blinker==1.5 +blinker==1.6.1 # via -r requirements/tests.in -exceptiongroup==1.1.0 +exceptiongroup==1.1.1 # via pytest greenlet==2.0.2 ; python_version < "3.11" # via -r requirements/tests.in @@ -21,9 +19,11 @@ packaging==23.0 # via pytest pluggy==1.0.0 # via pytest -pytest==7.2.2 +pytest==7.3.0 # via -r requirements/tests.in python-dotenv==1.0.0 ; python_version >= "3.8" # via -r requirements/tests.in tomli==2.0.1 # via pytest +typing-extensions==4.5.0 + # via blinker diff --git a/requirements/typing.txt b/requirements/typing.txt index bcf8e787..cec76ee3 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -7,9 +7,9 @@ # cffi==1.15.1 # via cryptography -cryptography==39.0.2 +cryptography==40.0.1 # via -r requirements/typing.in -mypy==1.1.1 +mypy==1.2.0 # via -r requirements/typing.in mypy-extensions==1.0.0 # via mypy @@ -17,11 +17,11 @@ pycparser==2.21 # via cffi tomli==2.0.1 # via mypy -types-contextvars==2.4.7.1 +types-contextvars==2.4.7.2 # via -r requirements/typing.in types-dataclasses==0.6.6 # via -r requirements/typing.in -types-setuptools==67.6.0.0 +types-setuptools==67.6.0.7 # via -r requirements/typing.in typing-extensions==4.5.0 # via mypy