diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1b1926a..bb3226d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: retention-days: 7 - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: directory: ./ env_vars: OS,PYTHON diff --git a/setup.py b/setup.py index e676f287..da804572 100644 --- a/setup.py +++ b/setup.py @@ -49,9 +49,9 @@ def run_tests(self): "loguru==0.7.2", ], tests_require=[ - "pytest==8.0.0", + "pytest==8.0.1", "nose==1.3.7", - "pre-commit==3.6.0", + "pre-commit==3.6.2", ], cmdclass={"test": PyTest}, classifiers=[