Skip to content

Commit bcc26bd

Browse files
dbrattliclaude
andauthored
chore: use uv dependabot ecosystem and sync uv.lock (#4846)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5b9b4c5 commit bcc26bd

3 files changed

Lines changed: 43 additions & 43 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ updates:
4444
patterns:
4545
- "*"
4646

47-
- package-ecosystem: "pip"
47+
- package-ecosystem: "uv"
4848
directory: "/"
4949
schedule:
5050
interval: "weekly"
@@ -56,7 +56,7 @@ updates:
5656
patterns:
5757
- "*"
5858

59-
- package-ecosystem: "pip"
59+
- package-ecosystem: "uv"
6060
directory: "/src/fable-library-py"
6161
schedule:
6262
interval: "weekly"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dev = [
2323
"pydantic>=2.13.4",
2424
"attrs>=26.1.0",
2525
"pyright>=1.1.411",
26-
"ty>=0.0.62",
26+
"ty>=0.0.63",
2727
]
2828

2929
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)