Skip to content

Commit 28d9bc6

Browse files
committed
Merge branch 'main' into dependabot/pip/codespell-gte-2.2.5-and-lt-2.4.0
2 parents 81dfce2 + 6285fb5 commit 28d9bc6

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Diff for: .github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: weekly
11+
versioning-strategy: increase-if-necessary

Diff for: pyproject.toml

+4-11
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,14 @@ dependencies = [
3333
[project.optional-dependencies]
3434
dev = [
3535
"black~=24.0",
36-
"codespell>=2.2.5,<2.4.0",
36+
"codespell~=2.3",
3737
"mypy~=1.9",
3838
"pre-commit~=3.7",
3939
"ruff~=0.4.1",
40-
"types-setuptools~=69.0",
40+
"types-setuptools~=70.0",
4141
"boto3-stubs",
4242
]
43-
test = [
44-
"pytest~=8.0",
45-
"pytest-cov~=5.0",
46-
"pytest-env~=1.1",
47-
"moto~=5.0.5",
48-
]
43+
test = ["pytest~=8.0", "pytest-cov~=5.0", "pytest-env~=1.1", "moto~=5.0.5"]
4944

5045
[project.urls]
5146
Issues = "https://github.com/stac-utils/stactask/issues"
@@ -73,6 +68,4 @@ env = [
7368
"AWS_SECRET_ACCESS_KEY=bar",
7469
"AWS_SESSION_TOKEN=baz",
7570
]
76-
filterwarnings = [
77-
"ignore::UserWarning:stactask.*:",
78-
]
71+
filterwarnings = ["ignore::UserWarning:stactask.*:"]

0 commit comments

Comments
 (0)