diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e47b0d..ec673ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,23 +34,23 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.8.0 hooks: - id: mypy diff --git a/requirements.txt b/requirements.txt index 05d2eab..cbc39e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -Flask==3.0.0 -ruamel.yaml==0.18.5 -monty==2023.9.25 +Flask==3.0.2 +ruamel.yaml==0.18.6 +monty==2024.2.2 pymongo==4.6.1 plotly==5.18.0