Skip to content

Commit a084a19

Browse files
committed
⬆️ update dependencies
1 parent b1ee579 commit a084a19

File tree

2 files changed

+491
-395
lines changed

2 files changed

+491
-395
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build>=0.9.0,<0.10.0"]
2+
requires = ["uv_build>=0.9.14,<0.10.0"]
33
build-backend = "uv_build"
44

55
[tool.uv.build-backend]
@@ -9,7 +9,7 @@ source-exclude = ['\@test', ".ruff_cache", ".ruff.toml"]
99

1010
[project]
1111
name = "numtype"
12-
version = "2.3.4.0.dev0"
12+
version = "2.3.5.0.dev0"
1313
description = "Experimental Typing Stubs for NumPy"
1414
readme = "README.md"
1515
authors = [{ name = "Joren Hammudoglu", email = "jhammudoglu@gmail.com" }]
@@ -34,7 +34,7 @@ requires-python = ">=3.11"
3434
dependencies = []
3535

3636
[project.optional-dependencies]
37-
numpy = ["numpy>=2.3.4"]
37+
numpy = ["numpy>=2.3.5"]
3838

3939
[project.urls]
4040
Homepage = "https://numpy.org/"
@@ -46,11 +46,11 @@ Changelog = "https://github.com/numpy/numtype/releases"
4646
numpy = ["numtype[numpy]"]
4747
lint = [
4848
"dprint-py>=0.50.2.0",
49-
"ruff>=0.14.0",
49+
"ruff>=0.14.7",
5050
]
5151
pytest = [
5252
{ include-group = "numpy" },
53-
"pytest>=8.4.2",
53+
"pytest>=9.0.1",
5454
"typing_extensions>=4.15.0",
5555
]
5656
list_and_test = [
@@ -65,23 +65,23 @@ types = [
6565
basedpyright = [
6666
{ include-group = "numpy" },
6767
{ include-group = "types" },
68-
"basedpyright==1.33.0",
68+
"basedpyright==1.34.0",
6969
]
7070
mypy = [
7171
{ include-group = "types" },
72-
"mypy[faster-cache]>=1.18.2",
72+
"mypy[faster-cache]>=1.19.0",
7373
]
7474
typecheck = [
7575
{ include-group = "basedpyright" },
7676
{ include-group = "mypy" },
7777
]
7878
docs = [
79-
"mkdocs-material>=9.6.21",
79+
"mkdocs-material>=9.7.0",
8080
"mkdocs-awesome-nav>=3.2.0",
8181
"markdown-callouts>=0.4.0",
8282
"mkdocs-include-markdown-plugin>=7.2.0",
8383
"mkdocs-minify-plugin>=0.8.0",
84-
"mkdocstrings[python]>=0.30.1",
84+
"mkdocstrings[python]>=1.0.0",
8585
"pygments>=2.19.2",
8686
]
8787
dev = [

0 commit comments

Comments
 (0)