Skip to content

Commit 33767d5

Browse files
committed
⬆️ bump ruff to 0.11.5 and basedpyright to 1.28.5
1 parent 3b13c9b commit 33767d5

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ dependencies = []
5050

5151
[dependency-groups]
5252
numpy = ["numtype[numpy]"]
53-
lint = ["ruff>=0.11.4"]
53+
lint = ["ruff>=0.11.5"]
5454
pytest = [
5555
{include-group = "numpy"},
5656
"pytest>=8.3.5",
57-
"typing_extensions>=4.13.1",
57+
"typing_extensions>=4.13.2",
5858
]
5959
list_and_test = [
6060
{include-group = "lint"},
@@ -68,7 +68,7 @@ types = [
6868
basedpyright = [
6969
{include-group = "numpy"},
7070
{include-group = "types"},
71-
"basedpyright>=1.28.4",
71+
"basedpyright>=1.28.5",
7272
]
7373
mypy = [
7474
{include-group = "types"},

uv.lock

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

0 commit comments

Comments
 (0)