Skip to content

Commit ca9a481

Browse files
authored
Update dependencies (#471)
1 parent 2f1b39b commit ca9a481

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,12 +59,12 @@ exclude = ["/.github", "/.idea", "/docs"]
5959
installer = "uv"
6060
python = "3.13"
6161
dependencies = [
62-
"pyinstaller==6.13.0",
63-
"basedpyright==1.29.1",
64-
"pytest==8.3.5",
65-
"pytest-cov==6.1.1",
66-
"pytest-mock==3.14.0",
67-
"pytest-asyncio==0.26.0"
62+
"pyinstaller==6.14.2",
63+
"basedpyright==1.29.5",
64+
"pytest==8.4.1",
65+
"pytest-cov==6.2.1",
66+
"pytest-mock==3.14.1",
67+
"pytest-asyncio==1.0.0"
6868
]
6969
[tool.hatch.envs.default.scripts]
7070
exe = "pyinstaller.exe ephys_link.spec -y -- -d && pyinstaller.exe ephys_link.spec -y"

0 commit comments

Comments
 (0)