Skip to content

Commit

Permalink
Merge branch 'main' into fix-requires-python
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored May 10, 2024
2 parents c2d871a + 8236912 commit b880a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ updates:
directory: "."
schedule:
interval: daily
versioning-strategy: increase-if-necessary
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ dev = [
"pytest~=8.0",
"recommonmark~=0.7.1",
"requests-mock~=1.12",
"ruff==0.4.3",
"ruff==0.4.4",
"tomli~=2.0; python_version<'3.11'",
"types-python-dateutil>=2.8.19,<2.10.0",
"types-requests~=2.31.0",
# temporary pin https://github.com/stac-utils/pystac-client/issues/509
"urllib3<2",
]
docs = [
"Sphinx~=6.2",
"Sphinx~=7.3",
"boto3~=1.26",
"cartopy~=0.21",
"geojson~=3.1.0",
Expand Down

0 comments on commit b880a3d

Please sign in to comment.