diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bdf886..f19e930 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [ 3.9 ] + python-version: [ 3.12 ] steps: - uses: actions/checkout@v1 @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions wheel + pip install tox tox-gh-actions setuptools wheel - name: Test with tox run: tox - name: Build distributions diff --git a/requirements_dev.txt b/requirements_dev.txt index b9bf1f8..6b6b9be 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,12 +1,12 @@ -pip==19.2.3 -bump2version==0.5.11 -wheel==0.33.6 -watchdog==0.9.0 -flake8==3.7.8 -tox==3.14.0 -coverage==4.5.4 -Sphinx==1.8.5 -twine==1.14.0 +pip==24.3.1 +bump2version==1.0.1 +wheel==0.45.1 +watchdog==6.0.0 +flake8==7.1.1 +tox==4.23.2 +coverage==7.6.9 +Sphinx==8.1.3 +twine==6.0.1 webexteamssdk==1.6.1 -pytest==4.6.5 -pytest-runner==5.1 +pytest==8.3.4 +pytest-runner==6.0.1