From d0e272ec3f7d9ff0882dff385c5d59a4e1512445 Mon Sep 17 00:00:00 2001 From: Nicholas Cilfone <23509131+ncilfone@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:26:12 -0400 Subject: [PATCH] fixing deps --- requirements/DEV_REQUIREMENTS.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index ca856c4..1d66471 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -9,7 +9,8 @@ isort~=5.12 ; python_version >= '3.8' isort~=5.11 ; python_version == '3.7' isort~=5.10 ; python_version == '3.6' moto~=3.1 -pre-commit~=3.3 ; python_version >= '3.7' +pre-commit~=3.3 ; python_version >= '3.8' +pre-commit~=3.21 ; python_version == '3.7' pre-commit~=2.17 ; python_version == '3.6' pydoc-markdown~=4.8 ; python_version >= '3.7' pydoc-markdown~=3.13 ; python_version == '3.6'