diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c3f595..a4485b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: MYPY: venv/bin/mypy steps: - uses: actions/checkout@v4 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: "3.10" - name: Set up virtualenv run: python -m venv venv - name: Install dependencies @@ -34,10 +34,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.10" - name: Install dependencies run: | python -m pip install --upgrade pip build @@ -56,4 +56,4 @@ jobs: if: ${{ github.ref_type == 'tag' }} uses: pypa/gh-action-pypi-publish@release/v1 with: - print_hash: true + print-hash: true diff --git a/script/linting/requirements.txt b/script/linting/requirements.txt index e0f34d7..2a6784a 100644 --- a/script/linting/requirements.txt +++ b/script/linting/requirements.txt @@ -1,9 +1,9 @@ -flake8==4.0.1 -flake8-builtins==1.5.3 -flake8-commas==2.1.0 -flake8-comprehensions==3.10.0 +flake8==7.1.2 +flake8-builtins==2.5.0 +flake8-commas==4.0.0 +flake8-comprehensions==3.16.0 flake8-debugger==4.1.2 -flake8-isort==4.1.2.post0 +flake8-isort==6.1.2 flake8-mutable==1.2.0 flake8-todo==0.7 flake8-tuple==0.4.1