Skip to content

Commit 0c33244

Browse files
authored
Merge pull request #150 from dataforgoodfr/147_test_fixes_for_demo
[FIX] Updated rescue_db dep version for prod (#147_test_fixes_for_demo)
2 parents cfb4243 + 7512bbe commit 0c33244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dispatcher/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ prod = ["rescue-api"]
2020

2121
[tool.uv.sources]
2222
rescue-api = [
23-
{ git = "https://github.com/dataforgoodfr/offseason-shelter-for-science-rescue_db.git", rev = "v0.0.3", group = "prod" },
23+
{ git = "https://github.com/dataforgoodfr/offseason-shelter-for-science-rescue_db.git", rev = "v0.0.4", group = "prod" },
2424
]
2525

2626
[tool.uv]

priorizer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prod = ["rescue-api"]
2323

2424
[tool.uv.sources]
2525
rescue-api = [
26-
{ git = "https://github.com/dataforgoodfr/offseason-shelter-for-science-rescue_db.git", rev = "v0.0.3", group = "prod" },
26+
{ git = "https://github.com/dataforgoodfr/offseason-shelter-for-science-rescue_db.git", rev = "v0.0.4", group = "prod" },
2727
]
2828

2929
[tool.uv]

0 commit comments

Comments
 (0)