From bac57a70fe7c450ed700c87da2e8c2ff3e8e0f5b Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 16 Apr 2021 08:17:55 -0700 Subject: [PATCH] update requirements --- .pre-commit-config.yaml | 2 +- requirements/dev.txt | 2 +- requirements/tests.txt | 4 ++-- requirements/typing.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 838e0a21..40633488 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 3.9.0 + rev: 3.9.1 hooks: - id: flake8 additional_dependencies: [flake8-bugbear] diff --git a/requirements/dev.txt b/requirements/dev.txt index 8a662886..589384a4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -56,7 +56,7 @@ pallets-sphinx-themes==2.0.0rc1 # via -r requirements/docs.in pep517==0.10.0 # via pip-tools -pip-tools==6.0.1 +pip-tools==6.1.0 # via -r requirements/dev.in pluggy==0.13.1 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index fbf52fef..f7df2b82 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile ../requirements/tests.in +# pip-compile requirements/tests.in # attrs==20.3.0 # via pytest @@ -17,6 +17,6 @@ py==1.10.0 pyparsing==2.4.7 # via packaging pytest==6.2.3 - # via -r ../requirements/tests.in + # via -r requirements/tests.in toml==0.10.2 # via pytest diff --git a/requirements/typing.txt b/requirements/typing.txt index 383fc8f4..29e12e5e 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -2,12 +2,12 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile ../requirements/typing.in +# pip-compile requirements/typing.in # mypy-extensions==0.4.3 # via mypy mypy==0.812 - # via -r ../requirements/typing.in + # via -r requirements/typing.in typed-ast==1.4.3 # via mypy typing-extensions==3.7.4.3 -- 2.47.2