diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca5b1995..4e50736b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: absolufy-imports files: ^trane/ - repo: https://github.com/asottile/add-trailing-comma - rev: v2.5.1 + rev: v3.0.0 hooks: - id: add-trailing-comma name: Add trailing comma diff --git a/tests/latest_requirements.txt b/tests/latest_requirements.txt index ea83848c..097e96a8 100644 --- a/tests/latest_requirements.txt +++ b/tests/latest_requirements.txt @@ -12,7 +12,7 @@ jupyterlab-widgets==3.0.7 matplotlib==3.7.1 matplotlib-inline==0.1.6 mypy-extensions==1.0.0 -numpy==1.24.3 +numpy==1.24.4 pandas==1.5.3 pyparsing==3.1.0 pytest==7.4.0 @@ -22,7 +22,7 @@ pytest-xdist==3.3.1 python-dateutil==2.8.2 pytz==2023.3 pyzmq==25.1.0 -scikit-learn==1.2.2 +scikit-learn==1.3.0 scipy==1.10.1 tornado==6.3.2 tqdm==4.65.0