1 parent 5b9b4c5 commit bcc26bdCopy full SHA for bcc26bd
3 files changed
.github/dependabot.yml
@@ -44,7 +44,7 @@ updates:
44
patterns:
45
- "*"
46
47
- - package-ecosystem: "pip"
+ - package-ecosystem: "uv"
48
directory: "/"
49
schedule:
50
interval: "weekly"
@@ -56,7 +56,7 @@ updates:
56
57
58
59
60
directory: "/src/fable-library-py"
61
62
pyproject.toml
@@ -23,7 +23,7 @@ dev = [
23
"pydantic>=2.13.4",
24
"attrs>=26.1.0",
25
"pyright>=1.1.411",
26
- "ty>=0.0.62",
+ "ty>=0.0.63",
27
]
28
29
[tool.hatch.build.targets.sdist]
0 commit comments