diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7a6ee9..69c3018 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: poe check - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/setup.py b/setup.py index c06c665..f0158ec 100644 --- a/setup.py +++ b/setup.py @@ -68,17 +68,17 @@ 'develop': [ 'build<2', 'bump2version==1.0.1', - 'poethepoet<0.30', - 'twine<6', + 'poethepoet<0.33', + 'twine<7', ], 'service': [ 'responder @ git+https://github.com/kennethreitz/responder.git@e9613500daf', 'typesystem<0.3', ], 'test': [ - 'httpx<0.28', + 'httpx<0.29', 'pytest<9', - 'pytest-cov<6', + 'pytest-cov<7', ], }, entry_points={