Skip to content

Commit 6f6224f

Browse files
Update all lock files
1 parent 4c1602d commit 6f6224f

19 files changed

Lines changed: 1427 additions & 1237 deletions

File tree

backend/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,3 @@ profile = "black"
5757

5858
[tool.pytest.ini_options]
5959
asyncio_mode = "auto"
60-
61-
[tool.uv]
62-
exclude-newer = "1 week"

frontend/package-lock.json

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ dependencies = [
1212
"acidwatch",
1313
]
1414

15+
[tool.uv]
16+
exclude-newer = "1 week"
17+
1518
[tool.uv.workspace]
1619
members = ["backend", "backend/packages/*"]
1720

uv.lock

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

workers/arcs-exp/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ dependencies = [
1313
[dependency-groups]
1414
dev = ["pytest", "pytest-asyncio"]
1515

16+
[tool.uv]
17+
exclude-newer = "1 week"
18+
1619
[tool.uv.sources]
1720
acidwatch-messaging = { path = "../../backend/packages/acidwatch-messaging", editable = true }
1821
acidwatch-models = { path = "../../backend/packages/acidwatch-models", editable = true }

workers/arcs-exp/uv.lock

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

workers/arcs/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ dependencies = ["acidwatch-messaging", "acidwatch-models", "acidwatch-worker-run
66

77
[dependency-groups]
88
dev = ["pytest", "pytest-asyncio"]
9+
10+
[tool.uv]
11+
exclude-newer = "1 week"
912

1013
[tool.uv.sources]
1114
acidwatch-messaging = { path = "../../backend/packages/acidwatch-messaging", editable = true }

workers/arcs/uv.lock

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

workers/example/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ dependencies = ["acidwatch-messaging", "acidwatch-models", "acidwatch-worker-run
88
[dependency-groups]
99
dev = ["pytest", "pytest-asyncio"]
1010

11+
[tool.uv]
12+
exclude-newer = "1 week"
13+
1114
[tool.uv.sources]
1215
acidwatch-messaging = { path = "../../backend/packages/acidwatch-messaging", editable = true }
1316
acidwatch-models = { path = "../../backend/packages/acidwatch-models", editable = true }

0 commit comments

Comments
 (0)