File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,28 +24,28 @@ classifiers = [
2424]
2525dependencies = [
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 ]
3838dev = [
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]
4646docs = [
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]
You can’t perform that action at this time.
0 commit comments