Skip to content

Commit f8ff671

Browse files
committed
Updated env dependencies
1 parent f5294fc commit f8ff671

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ exclude = ["/.github", "/.idea", "/docs"]
5959
installer = "uv"
6060
python = "3.13"
6161
dependencies = [
62-
"pyinstaller==6.11.1",
63-
"basedpyright==1.23.1",
62+
"pyinstaller==6.12.0",
63+
"basedpyright==1.28.5",
6464
]
6565
[tool.hatch.envs.default.scripts]
6666
exe = "pyinstaller.exe ephys_link.spec -y -- -d && pyinstaller.exe ephys_link.spec -y"
@@ -73,11 +73,11 @@ installer = "uv"
7373
python = "3.13"
7474
skip-install = true
7575
dependencies = [
76-
"mkdocs-material==9.6.5",
77-
"mkdocstrings-python==1.16.1",
76+
"mkdocs-material==9.6.11",
77+
"mkdocstrings-python==1.16.10",
7878
"mkdocs-gen-files==0.5.0",
79-
"mkdocs-literate-nav==0.6.1",
80-
"mkdocs-section-index==0.3.9"
79+
"mkdocs-literate-nav==0.6.2",
80+
"mkdocs-section-index==0.3.10"
8181
]
8282
[tool.hatch.envs.docs.scripts]
8383
serve = "mkdocs serve"

0 commit comments

Comments
 (0)