Skip to content

Commit 83679f9

Browse files
committed
deps: bump pgstac to v0.7.1
1 parent 6db83a9 commit 83679f9

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
db_service:
18-
image: ghcr.io/stac-utils/pgstac:v0.6.13
18+
image: ghcr.io/stac-utils/pgstac:v0.7.1
1919
env:
2020
POSTGRES_USER: username
2121
POSTGRES_PASSWORD: password
@@ -130,7 +130,7 @@ jobs:
130130
backend: ["sqlalchemy", "pgstac"]
131131
services:
132132
pgstac:
133-
image: ghcr.io/stac-utils/pgstac:v0.6.13
133+
image: ghcr.io/stac-utils/pgstac:v0.7.1
134134
env:
135135
POSTGRES_USER: username
136136
POSTGRES_PASSWORD: password
@@ -176,7 +176,6 @@ jobs:
176176
POSTGRES_PORT: 5432
177177
PGUSER: username
178178
PGPASSWORD: password
179-
PGHOST: localhost
180179
PGDATABASE: postgis
181180
APP_HOST: 0.0.0.0
182181
APP_PORT: 8080

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,13 @@ services:
6161

6262
database:
6363
container_name: stac-db
64-
image: ghcr.io/stac-utils/pgstac:v0.6.12
64+
image: ghcr.io/stac-utils/pgstac:v0.7.1
6565
environment:
6666
- POSTGRES_USER=username
6767
- POSTGRES_PASSWORD=password
6868
- POSTGRES_DB=postgis
6969
- PGUSER=username
7070
- PGPASSWORD=password
71-
- PGHOST=localhost
7271
- PGDATABASE=postgis
7372
ports:
7473
- "5439:5432"

docker/docker-compose.pgstac.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ services:
2525
- pgstac
2626

2727
pgstac:
28-
image: ghcr.io/stac-utils/pgstac:v0.6.13
28+
image: ghcr.io/stac-utils/pgstac:v0.7.1
2929
environment:
3030
- POSTGRES_USER=username
3131
- POSTGRES_PASSWORD=password
3232
- POSTGRES_DB=postgis
3333
- PGUSER=username
3434
- PGPASSWORD=password
35-
- PGHOST=localhost
3635
- PGDATABASE=postgis
3736
ports:
3837
- "5439:5432"

docker/docker-compose.sqlalchemy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ services:
1919
- pgstac
2020

2121
pgstac:
22-
image: ghcr.io/stac-utils/pgstac:v0.6.13
22+
image: ghcr.io/stac-utils/pgstac:v0.7.1
2323
environment:
2424
- POSTGRES_USER=username
2525
- POSTGRES_PASSWORD=password
2626
- POSTGRES_DB=postgis
2727
- PGUSER=username
2828
- PGPASSWORD=password
29-
- PGHOST=localhost
3029
- PGDATABASE=postgis
3130
ports:
3231
- "5439:5432"

stac_fastapi/pgstac/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"buildpg",
1818
"brotli_asgi",
1919
"pygeofilter>=0.2",
20-
"pypgstac==0.6.*",
20+
"pypgstac==0.7.*",
2121
]
2222

2323
extra_reqs = {
2424
"dev": [
25-
"pypgstac[psycopg]==0.6.*",
25+
"pypgstac[psycopg]==0.7.*",
2626
"pytest",
2727
"pytest-cov",
2828
"pytest-asyncio>=0.17",

0 commit comments

Comments
 (0)