diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3eff481..72c2301 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ ci: repos: - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.1.1 hooks: - id: autoflake args: @@ -21,7 +21,7 @@ repos: - --ignore-init-module-imports - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -40,7 +40,7 @@ repos: args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black @@ -50,7 +50,7 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.2.0 hooks: - id: mypy diff --git a/requirements.txt b/requirements.txt index 4b455e7..d986b35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -Flask==2.2.3 +Flask==2.3.2 ruamel.yaml==0.17.24 monty==2023.4.10 pymongo==4.3.3 -plotly==5.14.0 +plotly==5.14.1