Skip to content

Commit 9aa7e02

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents b98fc92 + 636a9f4 commit 9aa7e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stac-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: make setup
2121

2222
- name: Set up cache
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].2
2424
with:
2525
path: .venv
2626
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('uv.lock') }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pystac<2.0.0,>=1.9.0",
2323
"shapely<3,>=2",
2424
"jsonschema<5.0.0,>=4.21.1",
25-
"pip>=24.3.1",
25+
"pip>=25.0.0",
2626
]
2727
name = "stac-model"
2828
version = "0.2.0"

0 commit comments

Comments
 (0)