Skip to content

Commit 3a4b966

Browse files
authored
Merge pull request #583 from numpy/basedpyright-1.29.4
2 parents 95de37c + d3bd945 commit 3a4b966

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
version: 2
22
updates:
33
- package-ecosystem: github-actions
4-
directory: /
5-
target-branch: main
4+
directory: "/"
65
schedule:
76
interval: daily
87
allow:
98
- dependency-type: "all"
9+
versioning-strategy: increase
1010
labels:
1111
- "topic: dependencies"
1212
- "tool: github-actions"
1313
commit-message:
1414
prefix: "⬆️ "
1515

1616
- package-ecosystem: uv
17-
directory: /
18-
target-branch: main
17+
directories:
18+
- "/"
19+
- "/tool"
1920
schedule:
2021
interval: daily
2122
allow:
2223
- dependency-type: "all"
23-
ignore:
24-
- dependency-name: "numpy"
24+
versioning-strategy: increase
2525
labels:
2626
- "topic: dependencies"
2727
- "tool: uv"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ types = [
6666
basedpyright = [
6767
{include-group = "numpy"},
6868
{include-group = "types"},
69-
"basedpyright>=1.29.2",
69+
"basedpyright>=1.29.4",
7070
]
7171
mypy = [
7272
{include-group = "types"},

uv.lock

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

0 commit comments

Comments
 (0)