diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 69d62c3..dd0f958 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,6 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: actions/setup-python@v2 + with: + python-version: '2.7' - uses: actions/setup-python@v4 with: python-version: "3.7" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8310cef..0b20ad2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: blacken-docs additional_dependencies: [black] - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort name: isort (python) diff --git a/pyproject.toml b/pyproject.toml index 0b3567d..042c497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ dependencies = [ "pyaedt==0.6.25", - "Django==3.2.8", + "Django==3.2.18", "tomli>=2.0.0", ]