File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -29,42 +29,42 @@ include = [
29
29
30
30
[tool .poetry .dependencies ]
31
31
python = " >=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 "
35
35
pyarrow = " 19.0.0"
36
36
tree-sitter = " 0.24.0"
37
37
rich = " 13.9.4"
38
38
wget = " 3.2"
39
- requests = " ^2.31.0 "
39
+ requests = " ^2.32.3 "
40
40
tree-sitter-java = " 0.23.5"
41
41
tree-sitter-c = " 0.23.4"
42
42
tree-sitter-go = " 0.23.4"
43
43
tree-sitter-python = " 0.23.6"
44
44
tree-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 " }
47
47
48
48
[tool .poetry .group .dev .dependencies ]
49
49
toml = " ^0.10.2"
50
- pytest = " 8.3.3 "
50
+ pytest = " 8.3.4 "
51
51
pytest-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 "
58
58
59
59
60
60
61
61
[tool .poetry .group .doc .dependencies ]
62
- mkdocs-material = { extras = [ " imaging " ], version = " ^9.6.2" }
62
+ mkdocs-material = " ^9.6.2"
63
63
mkdocs-autorefs = " ^1.3.0"
64
64
mkdocs-get-deps = " ^0.2.0"
65
65
mkdocs-material-extensions = " ^1.3.1"
66
66
mkdocstrings = " ^0.28.0"
67
- mkdocstrings-python = " ^1.13.0 "
67
+ mkdocstrings-python = " ^1.14.5 "
68
68
mkdocs-git-revision-date-localized-plugin = " ^1.3.0"
69
69
70
70
[build-system ]
You can’t perform that action at this time.
0 commit comments