diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f8d9d2..954ca81 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,4 @@ updates: directory: "/" schedule: interval: weekly + versioning-strategy: increase-if-necessary diff --git a/pyproject.toml b/pyproject.toml index 1991f49..11402e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,15 +37,10 @@ dev = [ "mypy~=1.9", "pre-commit~=3.7", "ruff~=0.4.1", - "types-setuptools~=69.0", + "types-setuptools~=70.0", "boto3-stubs", ] -test = [ - "pytest~=8.0", - "pytest-cov~=5.0", - "pytest-env~=1.1", - "moto~=5.0.5", -] +test = ["pytest~=8.0", "pytest-cov~=5.0", "pytest-env~=1.1", "moto~=5.0.5"] [project.urls] Issues = "https://github.com/stac-utils/stactask/issues" @@ -73,6 +68,4 @@ env = [ "AWS_SECRET_ACCESS_KEY=bar", "AWS_SESSION_TOKEN=baz", ] -filterwarnings = [ - "ignore::UserWarning:stactask.*:", -] +filterwarnings = ["ignore::UserWarning:stactask.*:"]