File tree Expand file tree Collapse file tree 4 files changed +297
-294
lines changed Expand file tree Collapse file tree 4 files changed +297
-294
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ services:
144144 - ./dockerfiles/scripts:/tmp/scripts
145145
146146 database :
147- image : ghcr.io/stac-utils/pgstac:v0.9.3
147+ image : ghcr.io/stac-utils/pgstac:v0.9.8
148148 environment :
149149 - POSTGRES_USER=username
150150 - POSTGRES_PASSWORD=password
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def __init__(
127127 "context" : True ,
128128 "mosaic_index" : True ,
129129 },
130- pgstac_version = "0.9.3 " ,
130+ pgstac_version = "0.9.8 " ,
131131 )
132132
133133 # allow connections from any ipv4 to pgbouncer instance security group
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dev = [
1919 " httpx>=0.28.1" ,
2020 " pre-commit>=4.1.0" ,
2121 " psycopg[pool]>=3.2.4" ,
22- " pypgstac==0.9.3 " ,
22+ " pypgstac==0.9.8 " ,
2323 " pytest>=8.3.4" ,
2424]
2525load = [
You can’t perform that action at this time.
0 commit comments