diff --git a/pyproject.toml b/pyproject.toml index 7aae7a42..374bdc54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,17 +54,15 @@ dev = [ 'typing_extensions >= 3.10, < 5; python_version<"3.12"', # Unpinned dependencies, latest is fine "botocore", - "botocore-stubs", - "mypy_boto3_s3", "pytest", "pytest-cov", "pytest-mock", "pytest-timeout", "pytest-asyncio", "rstfmt", + "boto3-stubs[s3]", "types-python-dateutil", "types-paramiko", - "types-botocore", "types-httplib2", "types-mock", "types-requests",