File tree Expand file tree Collapse file tree 5 files changed +7
-11
lines changed Expand file tree Collapse file tree 5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 15
15
16
16
services :
17
17
db_service :
18
- image : ghcr.io/stac-utils/pgstac:v0.6.13
18
+ image : ghcr.io/stac-utils/pgstac:v0.7.1
19
19
env :
20
20
POSTGRES_USER : username
21
21
POSTGRES_PASSWORD : password
@@ -130,7 +130,7 @@ jobs:
130
130
backend : ["sqlalchemy", "pgstac"]
131
131
services :
132
132
pgstac :
133
- image : ghcr.io/stac-utils/pgstac:v0.6.13
133
+ image : ghcr.io/stac-utils/pgstac:v0.7.1
134
134
env :
135
135
POSTGRES_USER : username
136
136
POSTGRES_PASSWORD : password
@@ -176,7 +176,6 @@ jobs:
176
176
POSTGRES_PORT : 5432
177
177
PGUSER : username
178
178
PGPASSWORD : password
179
- PGHOST : localhost
180
179
PGDATABASE : postgis
181
180
APP_HOST : 0.0.0.0
182
181
APP_PORT : 8080
Original file line number Diff line number Diff line change @@ -61,14 +61,13 @@ services:
61
61
62
62
database :
63
63
container_name : stac-db
64
- image : ghcr.io/stac-utils/pgstac:v0.6.12
64
+ image : ghcr.io/stac-utils/pgstac:v0.7.1
65
65
environment :
66
66
- POSTGRES_USER=username
67
67
- POSTGRES_PASSWORD=password
68
68
- POSTGRES_DB=postgis
69
69
- PGUSER=username
70
70
- PGPASSWORD=password
71
- - PGHOST=localhost
72
71
- PGDATABASE=postgis
73
72
ports :
74
73
- " 5439:5432"
Original file line number Diff line number Diff line change @@ -25,14 +25,13 @@ services:
25
25
- pgstac
26
26
27
27
pgstac :
28
- image : ghcr.io/stac-utils/pgstac:v0.6.13
28
+ image : ghcr.io/stac-utils/pgstac:v0.7.1
29
29
environment :
30
30
- POSTGRES_USER=username
31
31
- POSTGRES_PASSWORD=password
32
32
- POSTGRES_DB=postgis
33
33
- PGUSER=username
34
34
- PGPASSWORD=password
35
- - PGHOST=localhost
36
35
- PGDATABASE=postgis
37
36
ports :
38
37
- " 5439:5432"
Original file line number Diff line number Diff line change @@ -19,14 +19,13 @@ services:
19
19
- pgstac
20
20
21
21
pgstac :
22
- image : ghcr.io/stac-utils/pgstac:v0.6.13
22
+ image : ghcr.io/stac-utils/pgstac:v0.7.1
23
23
environment :
24
24
- POSTGRES_USER=username
25
25
- POSTGRES_PASSWORD=password
26
26
- POSTGRES_DB=postgis
27
27
- PGUSER=username
28
28
- PGPASSWORD=password
29
- - PGHOST=localhost
30
29
- PGDATABASE=postgis
31
30
ports :
32
31
- " 5439:5432"
Original file line number Diff line number Diff line change 17
17
"buildpg" ,
18
18
"brotli_asgi" ,
19
19
"pygeofilter>=0.2" ,
20
- "pypgstac==0.6 .*" ,
20
+ "pypgstac==0.7 .*" ,
21
21
]
22
22
23
23
extra_reqs = {
24
24
"dev" : [
25
- "pypgstac[psycopg]==0.6 .*" ,
25
+ "pypgstac[psycopg]==0.7 .*" ,
26
26
"pytest" ,
27
27
"pytest-cov" ,
28
28
"pytest-asyncio>=0.17" ,
You can’t perform that action at this time.
0 commit comments