Skip to content

Commit 0b95f9b

Browse files
committed
#75 Update project dependencies
1 parent 3f677ee commit 0b95f9b

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ homepage = "https://github.com/deshima-dev/dems"
3535
repository = "https://github.com/deshima-dev/dems"
3636

3737
[dependency-groups]
38-
dev = ["black>=24.4", "ipython>=8.18", "pyright>=1.1", "pytest>=8.2"]
38+
dev = [
39+
"black>=25,<26",
40+
"ipython>=8,<10",
41+
"pyright>=1,<2",
42+
"pytest>=8,<9",
43+
]
3944

4045
[build-system]
4146
requires = ["hatchling"]

uv.lock

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

0 commit comments

Comments
 (0)