Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ services:
- ./dockerfiles/scripts:/tmp/scripts

database:
image: ghcr.io/stac-utils/pgstac:v0.9.3
image: ghcr.io/stac-utils/pgstac:v0.9.7
environment:
- POSTGRES_USER=username
- POSTGRES_PASSWORD=password
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def __init__(
"context": True,
"mosaic_index": True,
},
pgstac_version="0.9.3",
pgstac_version="0.9.7",
)

# allow connections from any ipv4 to pgbouncer instance security group
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dev = [
"httpx>=0.28.1",
"pre-commit>=4.1.0",
"psycopg[pool]>=3.2.4",
"pypgstac==0.9.3",
"pypgstac==0.9.7",
"pytest>=8.3.4",
]
load = [
Expand Down
Loading