Skip to content

Commit b053b53

Browse files
committed
Merge branch 'patch/item-assets-change' of https://github.com/stac-utils/stac-fastapi-pgstac into refactor/pgstac-version-tests
2 parents ff7b02b + 7f3b9d7 commit b053b53

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [main]
55
pull_request:
66
branches: [main]
7+
workflow_dispatch:
78

89
jobs:
910
test:

.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
@@ -47,7 +47,7 @@
4747
"griffe-inherited-docstrings>=1.0.0",
4848
"mkdocstrings[python]>=0.25.1",
4949
],
50-
"server": ["uvicorn[standard]==0.36.0"],
50+
"server": ["uvicorn[standard]==0.37.0"],
5151
"awslambda": ["mangum"],
5252
"validation": [
5353
"stac_pydantic[validation]",

0 commit comments

Comments
 (0)