diff --git a/environment.yml b/environment.yml index 6f05fb7330d9f..2958dd45b88a7 100644 --- a/environment.yml +++ b/environment.yml @@ -78,9 +78,9 @@ dependencies: # code checks - flake8=6.1.0 # run in subprocess over docstring examples - - mypy=1.7.1 # pre-commit uses locally installed mypy + - mypy=1.4.1 # pre-commit uses locally installed mypy - tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py - - pre-commit>=3.5.0 + - pre-commit>=3.6.0 # documentation - gitpython # obtain contributors from git for whatsnew diff --git a/requirements-dev.txt b/requirements-dev.txt index af44c8b658fd7..11851e3816190 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -55,9 +55,9 @@ moto flask asv>=0.6.1 flake8==6.1.0 -mypy==1.7.1 +mypy==1.4.1 tokenize-rt -pre-commit>=3.5.0 +pre-commit>=3.6.0 gitpython gitdb google-auth