Skip to content

Commit 14c1853

Browse files
authored
upgrade to pgstac 0.9.3 (#30)
1 parent cb5e1ef commit 14c1853

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ services:
143143
- ./dockerfiles/scripts:/tmp/scripts
144144

145145
database:
146-
image: ghcr.io/stac-utils/pgstac:v0.9.2
146+
image: ghcr.io/stac-utils/pgstac:v0.9.3
147147
environment:
148148
- POSTGRES_USER=username
149149
- POSTGRES_PASSWORD=password

infrastructure/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(
122122
"context": True,
123123
"mosaic_index": True,
124124
},
125-
pgstac_version="0.9.2",
125+
pgstac_version="0.9.3",
126126
)
127127

128128
# allow connections from any ipv4 to pgbouncer instance security group

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ dev = [
1919
"httpx>=0.28.1",
2020
"pre-commit>=4.1.0",
2121
"psycopg[pool]>=3.2.4",
22-
"pypgstac==0.9.2",
22+
"pypgstac==0.9.3",
2323
"pytest>=8.3.4",
2424
]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)