diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1537ea9..8f9104d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: - boto3 - google-cloud-storage - boto3-stubs[s3] - - pytest_uncollect_if + - pytest-uncollect-if>=0.1.2 - repo: https://github.com/mgedmin/check-manifest rev: "0.49" diff --git a/test-requirements.txt b/test-requirements.txt index a12c13e..d9b1b66 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,4 +10,4 @@ pytest-django django-stubs boto3-stubs[s3] types-s3transfer -pytest-uncollect-if>=0.1.1 +pytest-uncollect-if>=0.1.2