File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -29,42 +29,42 @@ include = [
2929
3030[tool .poetry .dependencies ]
3131python = " >=3.11"
32- pydantic = " ^2.6.1 "
33- pandas = " ^2.2.0 "
34- networkx = " ^3.3 "
32+ pydantic = " ^2.10.6 "
33+ pandas = " ^2.2.3 "
34+ networkx = " ^3.4.2 "
3535pyarrow = " 19.0.0"
3636tree-sitter = " 0.24.0"
3737rich = " 13.9.4"
3838wget = " 3.2"
39- requests = " ^2.31.0 "
39+ requests = " ^2.32.3 "
4040tree-sitter-java = " 0.23.5"
4141tree-sitter-c = " 0.23.4"
4242tree-sitter-go = " 0.23.4"
4343tree-sitter-python = " 0.23.6"
4444tree-sitter-javascript = " 0.23.1"
45- libclang = " ^18.1.1 "
46- clang = " ^17.0.6 "
45+ # Test dependencies
46+ mkdocs-material = { extras = [ " imaging " ], version = " ^9.6.2 " }
4747
4848[tool .poetry .group .dev .dependencies ]
4949toml = " ^0.10.2"
50- pytest = " 8.3.3 "
50+ pytest = " 8.3.4 "
5151pytest-pspec = " ^0.0.4"
52- pytest-cov = " ^5 .0.0"
53- pylint = " ^3.2.2 "
54- flake8 = " ^7.0.0 "
55- black = " ^24.4.2 "
56- coverage = " ^7.5.3 "
57- jupyter = " ^1.0.0 "
52+ pytest-cov = " ^6 .0.0"
53+ pylint = " ^3.3.4 "
54+ flake8 = " ^7.1.1 "
55+ black = " ^25.1.0 "
56+ coverage = " ^7.6.10 "
57+ jupyter = " ^1.1.1 "
5858
5959
6060
6161[tool .poetry .group .doc .dependencies ]
62- mkdocs-material = { extras = [ " imaging " ], version = " ^9.6.2" }
62+ mkdocs-material = " ^9.6.2"
6363mkdocs-autorefs = " ^1.3.0"
6464mkdocs-get-deps = " ^0.2.0"
6565mkdocs-material-extensions = " ^1.3.1"
6666mkdocstrings = " ^0.28.0"
67- mkdocstrings-python = " ^1.13.0 "
67+ mkdocstrings-python = " ^1.14.5 "
6868mkdocs-git-revision-date-localized-plugin = " ^1.3.0"
6969
7070[build-system ]
You can’t perform that action at this time.
0 commit comments