Skip to content

Commit 41df83d

Browse files
committed
ran poetry update
1 parent dae85ff commit 41df83d

File tree

14 files changed

+176
-176
lines changed

14 files changed

+176
-176
lines changed

02_mqtt-cluster/poetry.lock

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

02_mqtt-cluster/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ paho-mqtt = "^2.1.0"
3131
protobuf = "^5.28"
3232

3333
[tool.poetry.group.test.dependencies]
34-
pytest = "^8.2.1"
34+
pytest = "^8.3.3"
3535
pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
3636
pytest-timeout = "^2.3.1"
3737
pytest-cov = "^5.0.0"

03_uns_graphdb/poetry.lock

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

03_uns_graphdb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dynaconf = "^3.2.4"
3232
uns_mqtt = { path = "../02_mqtt-cluster", develop = true }
3333

3434
[tool.poetry.group.test.dependencies]
35-
pytest = "^8.2.1"
35+
pytest = "^8.3.3"
3636
pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
3737
pytest-cov = "^5.0.0"
3838
pytest-timeout = "^2.3.1"

04_uns_historian/poetry.lock

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

04_uns_historian/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dynaconf = "^3.2.4"
3333
uns_mqtt = { path = "../02_mqtt-cluster", develop = true }
3434

3535
[tool.poetry.group.test.dependencies]
36-
pytest = "^8.2.1"
36+
pytest = "^8.3.3"
3737
pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
3838
pytest-timeout = "^2.3.1"
3939
pytest-asyncio = "^0.24"

0 commit comments

Comments
 (0)