Skip to content

Commit

Permalink
build(deps): update types-setuptools requirement from ~=69.0 to ~=70.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: types-setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gadomski committed May 28, 2024
1 parent d15a99a commit 6285fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ updates:
directory: "/"
schedule:
interval: weekly
versioning-strategy: increase-if-necessary
13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -73,6 +68,4 @@ env = [
"AWS_SECRET_ACCESS_KEY=bar",
"AWS_SESSION_TOKEN=baz",
]
filterwarnings = [
"ignore::UserWarning:stactask.*:",
]
filterwarnings = ["ignore::UserWarning:stactask.*:"]

0 comments on commit 6285fb5

Please sign in to comment.