Skip to content

Commit b4c1b05

Browse files
committed
Update pytest dependencies
1 parent d857e2f commit b4c1b05

File tree

14 files changed

+223
-215
lines changed

14 files changed

+223
-215
lines changed

poetry.lock

Lines changed: 130 additions & 122 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
@@ -78,13 +78,13 @@ optional = true
7878
pygeoapi = "^0.21"
7979
# pygeoapi = { git = "https://github.com/geopython/pygeoapi.git", rev = "1eb24cb" } # hardcode commit id from master
8080
pygeofilter = { git = "https://github.com/RS-PYTHON/pygeofilter", branch = "rspy" }
81-
pytest = "^8.4.1"
82-
pytest-asyncio = "^1.1.0"
83-
pytest-cov = "^6.2.1"
84-
pytest-docker = "^3.2.2"
81+
pytest = "^8.4.2"
82+
pytest-asyncio = "^1.2.0"
83+
pytest-cov = "^7.0.0"
84+
pytest-docker = "^3.2.3"
8585
pytest-error-for-skips = "^2.0.2"
8686
pytest-httpx = ">=0.35,<0.36"
87-
pytest-mock = "^3.14.1"
87+
pytest-mock = "^3.15.1"
8888
black = "^25.1.0"
8989
mypy = "^1.17.1"
9090
pre-commit = "^4.3.0"

services/adgs/poetry.lock

Lines changed: 10 additions & 10 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: 10 additions & 10 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: 10 additions & 10 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: 10 additions & 10 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)