diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8007cb3..2abee9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.10.16 - name: Install dependencies run: | make install diff --git a/requirements.txt b/requirements.txt index 219de8b..59d88e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pylint==2.12.2 +pylint==3.3.4 pytest==7.0.1 -black==22.1.0 \ No newline at end of file +black==25.1.0 \ No newline at end of file