Skip to content

Commit f16e088

Browse files
committed
Merge branch 'develop' into feat-324/stac-view-of-prip-products
2 parents 7329ba4 + 7ae3200 commit f16e088

File tree

16 files changed

+1318
-963
lines changed

16 files changed

+1318
-963
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ optional = true
7979
pygeoapi = "^0.21"
8080
# pygeoapi = { git = "https://github.com/geopython/pygeoapi.git", rev = "1eb24cb" } # hardcode commit id from master
8181
pygeofilter = { git = "https://github.com/RS-PYTHON/pygeofilter", branch = "rspy" }
82-
pytest = "^8.4.1"
83-
pytest-asyncio = "^1.1.0"
84-
pytest-cov = "^6.2.1"
85-
pytest-docker = "^3.2.2"
82+
pytest = "^8.4.2"
83+
pytest-asyncio = "^1.2.0"
84+
pytest-cov = "^7.0.0"
85+
pytest-docker = "^3.2.3"
8686
pytest-error-for-skips = "^2.0.2"
8787
pytest-httpx = ">=0.35,<0.36"
88-
pytest-mock = "^3.14.1"
88+
pytest-mock = "^3.15.1"
8989
black = "^25.1.0"
9090
mypy = "^1.17.1"
9191
pre-commit = "^4.3.0"

services/adgs/poetry.lock

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

services/adgs/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ optional = true
5959
[tool.poetry.group.dev.dependencies]
6060
rs-server-common = {path = "../common", develop = true}
6161
pygeofilter = { git = "https://github.com/RS-PYTHON/pygeofilter", branch = "rspy" }
62-
pytest = "^8.3.5"
63-
pytest-asyncio = "^1.1.0"
64-
pytest-cov = "^6.2.1"
65-
pytest-docker = "^3.2.2"
62+
pytest = "^8.4.2"
63+
pytest-asyncio = "^1.2.0"
64+
pytest-cov = "^7.0.0"
65+
pytest-docker = "^3.2.3"
6666
pytest-error-for-skips = "^2.0.2"
6767
pytest-httpx = ">=0.35,<0.36"
68-
pytest-mock = "^3.14.1"
68+
pytest-mock = "^3.15.1"
6969
black = ">=24.8,<26.0"
7070
mypy = "^1.17.1"
7171

services/cadip/poetry.lock

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

services/cadip/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ optional = true
5959
[tool.poetry.group.dev.dependencies]
6060
rs-server-common = {path = "../common", develop = true}
6161
pygeofilter = { git = "https://github.com/RS-PYTHON/pygeofilter", branch = "rspy" }
62-
pytest = "^8.3.5"
63-
pytest-asyncio = "^1.1.0"
64-
pytest-cov = "^6.2.1"
65-
pytest-docker = "^3.2.2"
62+
pytest = "^8.4.2"
63+
pytest-asyncio = "^1.2.0"
64+
pytest-cov = "^7.0.0"
65+
pytest-docker = "^3.2.3"
6666
pytest-error-for-skips = "^2.0.2"
6767
pytest-httpx = ">=0.35,<0.36"
68-
pytest-mock = "^3.14.1"
68+
pytest-mock = "^3.15.1"
6969
black = ">=24.8,<26.0"
7070
mypy = "^1.17.1"
7171

services/catalog/poetry.lock

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

services/catalog/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ pygeofilter = { git = "https://github.com/RS-PYTHON/pygeofilter", branch = "rspy
6363
# Formatting
6464
black = ">=24.8,<26.0"
6565
# Testing
66-
pytest = "^8.3.5"
67-
pytest-cov = "^6.2.1"
66+
pytest = "^8.4.2"
67+
pytest-asyncio = "^1.2.0"
68+
pytest-cov = "^7.0.0"
6869
pytest-error-for-skips = "^2.0.2"
69-
pytest-docker = "^3.2.2"
70+
pytest-docker = "^3.2.3"
7071
pytest-dotenv = "^0.5.2"
71-
pytest-mock = "^3.14.1"
72+
pytest-httpx = ">=0.35,<0.36"
73+
pytest-mock = "^3.15.1"
7274
moto = "^5.1.10"
7375
flask = "^3.1.1" # for moto
7476
flask-cors = "^6.0.1" # for moto
7577
sqlalchemy-utils = "^0.41.2"
7678
psycopg2 = "^2.9.9"
77-
pytest-httpx = ">=0.35,<0.36"
78-
pytest-asyncio = "^1.1.0"
7979

8080

8181
[tool.black]

services/common/poetry.lock

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

services/common/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ uvicorn = ">=0.35.0"
6767
httpx = "^0.28.1"
6868
cachetools = ">=5.5.2" # idem as stac-fastapi-pgstac
6969
asyncache = "^0.3.1"
70-
opentelemetry-distro = "^0.57b0" # then run 'poetry run opentelemetry-bootstrap -a install'
71-
opentelemetry-instrumentation-aws-lambda = "^0.57b0"
72-
opentelemetry-test-utils = "^0.57b0"
73-
opentelemetry-exporter-otlp = "^1.36.0"
70+
opentelemetry-distro = "^0.58b0" # then run 'poetry run opentelemetry-bootstrap -a install'
71+
opentelemetry-instrumentation-aws-lambda = "^0.58b0"
72+
opentelemetry-test-utils = "^0.58b0"
73+
opentelemetry-exporter-otlp = "^1.37.0"
7474
protobuf = ">=6.31.1"
7575
python-logging-loki = "^0.3.1"
7676
authlib = "^1.6.1"
@@ -91,13 +91,13 @@ optional = true
9191

9292
[tool.poetry.group.dev.dependencies]
9393
pygeofilter = { git = "https://github.com/RS-PYTHON/pygeofilter", branch = "rspy" }
94-
pytest = "^8.4.1"
95-
pytest-asyncio = "^1.1.0"
96-
pytest-cov = "^6.2.1"
97-
pytest-docker = "^3.2.2"
94+
pytest = "^8.4.2"
95+
pytest-asyncio = "^1.2.0"
96+
pytest-cov = "^7.0.0"
97+
pytest-docker = "^3.2.3"
9898
pytest-error-for-skips = "^2.0.2"
9999
pytest-httpx = ">=0.35,<0.36"
100-
pytest-mock = "^3.14.1"
100+
pytest-mock = "^3.15.1"
101101
responses = "^0.25.8"
102102
moto = "^5.1.10"
103103
flask = "^3.1.1" # for moto

0 commit comments

Comments
 (0)