diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 3d730f9..1b1674d 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -75,7 +75,7 @@ jobs: run: | make run-coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: martin-majlis/Wikipedia-API diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 033af33..b289cc0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -113,7 +113,7 @@ jobs: done - name: Display structure of dist files run: ls -lR dist - - uses: pypa/gh-action-pypi-publish@v1.8.12 + - uses: pypa/gh-action-pypi-publish@v1.9.0 with: verbose: true print-hash: true diff --git a/requirements-build.txt b/requirements-build.txt index d8aaf0e..cc90fd3 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,2 +1,2 @@ -setuptools==69.1.1 -wheel==0.42.0 +setuptools==70.0.0 +wheel==0.43.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 47377c7..1dc8e2b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ -black==24.2.0 -coverage==7.4.3 +black==24.4.2 +coverage==7.6.0 flake8==7.0.0 isort==5.13.2 -mypy==1.8.0 +mypy==1.11.0 pre-commit==3.3 -pygments==2.17.2 +pygments==2.18.0 sphinx==7.0.1 -tox==4.13.0 -types-requests==2.31.0.20240218 -types-setuptools==69.1.0.20240223 +tox==4.16.0 +types-requests==2.32.0.20240712 +types-setuptools==71.1.0.20240726 diff --git a/requirements.txt b/requirements.txt index 2c24336..d80d9fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.31.0 +requests==2.32.3