Skip to content

Commit 9dd8178

Browse files
committed
update poetry dependencies
1 parent bde6902 commit 9dd8178

File tree

14 files changed

+1095
-1101
lines changed

14 files changed

+1095
-1101
lines changed

02_mqtt-cluster/poetry.lock

Lines changed: 126 additions & 126 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
@@ -36,7 +36,7 @@ pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
3636
pytest-timeout = "^2.3.1"
3737
pytest-cov = "^5.0.0"
3838
safety = "^3.2.7"
39-
ruff = "^0.6.5"
39+
ruff = "^0.6.7"
4040

4141

4242
[build-system]

03_uns_graphdb/poetry.lock

Lines changed: 126 additions & 126 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
@@ -37,7 +37,7 @@ pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
3737
pytest-cov = "^5.0.0"
3838
pytest-timeout = "^2.3.1"
3939
safety = "^3.2.7"
40-
ruff = "^0.6.5"
40+
ruff = "^0.6.7"
4141

4242
[tool.poetry.scripts]
4343
uns_graphdb = "uns_graphdb.uns_mqtt_graphdb:main"

04_uns_historian/poetry.lock

Lines changed: 126 additions & 126 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
@@ -39,7 +39,7 @@ pytest-timeout = "^2.3.1"
3939
pytest-asyncio = "^0.24"
4040
pytest-cov = "^5.0.0"
4141
safety = "^3.2.7"
42-
ruff = "^0.6.5"
42+
ruff = "^0.6.7"
4343

4444

4545
[tool.poetry.scripts]

05_sparkplugb/poetry.lock

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

05_sparkplugb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pytest-xdist = { version="^3.5.0",extras =["psutil2"]}
3737
pytest-cov = "^5.0.0"
3838
pytest-timeout = "^2.3.1"
3939
safety = "^3.2.7"
40-
ruff = "^0.6.5"
40+
ruff = "^0.6.7"
4141

4242
[tool.poetry.scripts]
4343
uns_spb_mapper = "uns_spb_mapper.uns_sparkplugb_listener:main"

06_uns_kafka/poetry.lock

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

06_uns_kafka/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
3838
pytest-timeout = "^2.3.1"
3939
pytest-cov = "^5.0.0"
4040
safety = "^3.2.7"
41-
ruff = "^0.6.5"
41+
ruff = "^0.6.7"
4242

4343
[tool.poetry.scripts] #TODO fix
4444
uns_kafka_mapper = "uns_kafka.uns_kafka_listener:main"

07_uns_graphql/poetry.lock

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

07_uns_graphql/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pytest-asyncio = "^0.24.0"
4646
pytest-timeout = "^2.3.1"
4747
pytest-cov = "^5.0.0"
4848
safety = "^3.2.7"
49-
ruff = "^0.6.5"
49+
ruff = "^0.6.7"
5050
pytest-retry = "^1.6.3"
5151

5252
[tool.poetry.scripts]

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
4848
pytest-timeout = "^2.3.1"
4949
pytest-cov = "^5.0.0"
5050
safety = "^3.2.7"
51-
ruff = "^0.6.5"
51+
ruff = "^0.6.7"
5252
pytest-retry = "^1.6.3"
5353

5454
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)