Skip to content

Commit f732875

Browse files
Merge branch 'main' into patch/item-assets-change
2 parents da8f53b + 2d593b3 commit f732875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v3
3030

3131
- name: Log in to the Container registry
32-
uses: docker/login-action@v3.5.0
32+
uses: docker/login-action@v3.6.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"griffe-inherited-docstrings>=1.0.0",
4747
"mkdocstrings[python]>=0.25.1",
4848
],
49-
"server": ["uvicorn[standard]==0.36.0"],
49+
"server": ["uvicorn[standard]==0.37.0"],
5050
"awslambda": ["mangum"],
5151
"validation": [
5252
"stac_pydantic[validation]",

0 commit comments

Comments
 (0)