Skip to content

Commit 3891817

Browse files
authored
Update pyproject.toml
1 parent d9a81d9 commit 3891817

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pyproject.toml

+15-15
Original file line numberDiff line numberDiff line change
@@ -29,42 +29,42 @@ include = [
2929

3030
[tool.poetry.dependencies]
3131
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"
3535
pyarrow = "19.0.0"
3636
tree-sitter = "0.24.0"
3737
rich = "13.9.4"
3838
wget = "3.2"
39-
requests = "^2.31.0"
39+
requests = "^2.32.3"
4040
tree-sitter-java = "0.23.5"
4141
tree-sitter-c = "0.23.4"
4242
tree-sitter-go = "0.23.4"
4343
tree-sitter-python = "0.23.6"
4444
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"}
4747

4848
[tool.poetry.group.dev.dependencies]
4949
toml = "^0.10.2"
50-
pytest = "8.3.3"
50+
pytest = "8.3.4"
5151
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"
5858

5959

6060

6161
[tool.poetry.group.doc.dependencies]
62-
mkdocs-material = {extras = ["imaging"], version = "^9.6.2"}
62+
mkdocs-material = "^9.6.2"
6363
mkdocs-autorefs = "^1.3.0"
6464
mkdocs-get-deps = "^0.2.0"
6565
mkdocs-material-extensions = "^1.3.1"
6666
mkdocstrings = "^0.28.0"
67-
mkdocstrings-python = "^1.13.0"
67+
mkdocstrings-python = "^1.14.5"
6868
mkdocs-git-revision-date-localized-plugin = "^1.3.0"
6969

7070
[build-system]

0 commit comments

Comments
 (0)