Skip to content

Commit 40c916d

Browse files
committed
Update dependencies of package
1 parent 465bacf commit 40c916d

2 files changed

Lines changed: 155 additions & 136 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"emoji==2.15.0",
27-
"orjson==3.11.5",
27+
"orjson==3.11.7",
2828
"packaging==26.0",
29-
"pyyaml==6.0.2",
29+
"pyyaml==6.0.3",
3030
"questionary==2.1.1",
3131
"requests==2.32.5",
32-
"rich==14.3.1",
32+
"rich==14.3.3",
3333
"sparqlwrapper==2.0.0",
34-
"tqdm==4.67.1",
34+
"tqdm==4.67.3",
3535
]
3636

3737
[project.optional-dependencies]
3838
dev = [
3939
"mypy>=1.19.1",
40-
"prek>=0.3.2",
40+
"prek>=0.3.3",
4141
"pytest>=9.0.2",
4242
"pytest-cov>=7.0.0",
43-
"ruff>=0.14.14",
44-
"setuptools>=80.10.1",
43+
"ruff>=0.15.2",
44+
"setuptools>=82.0.0",
4545
]
4646
docs = [
4747
# Keep docs dependencies formatted in this way with ruff to allow for upgrades via VS Code extension.
48-
"m2r2>=0.3.0",
48+
"m2r2>=0.3.4",
4949
"numpydoc>=1.10.0",
5050
"sphinx-rtd-theme>=3.1.0",
5151
]

0 commit comments

Comments
 (0)