Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Krishna <[email protected]>
  • Loading branch information
rahlk committed Feb 5, 2025
1 parent badc005 commit ba260dd
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 55 deletions.
83 changes: 41 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ include = [

[tool.poetry.dependencies]
python = ">=3.11"
pydantic = "^2.6.1"
pandas = "^2.2.0"
networkx = "^3.3"
pydantic = "^2.10.6"
pandas = "^2.2.3"
networkx = "^3.4.2"
pyarrow = "19.0.0"
tree-sitter = "0.24.0"
rich = "13.9.4"
wget = "3.2"
requests = "^2.31.0"
requests = "^2.32.3"
tree-sitter-java = "0.23.5"
tree-sitter-c = "0.23.4"
tree-sitter-go = "0.23.4"
Expand All @@ -47,24 +47,24 @@ mkdocs-material = {extras = ["imaging"], version = "^9.6.2"}

[tool.poetry.group.dev.dependencies]
toml = "^0.10.2"
pytest = "8.3.3"
pytest = "8.3.4"
pytest-pspec = "^0.0.4"
pytest-cov = "^5.0.0"
pylint = "^3.2.2"
flake8 = "^7.0.0"
black = "^24.4.2"
coverage = "^7.5.3"
jupyter = "^1.0.0"
pytest-cov = "^6.0.0"
pylint = "^3.3.4"
flake8 = "^7.1.1"
black = "^25.1.0"
coverage = "^7.6.10"
jupyter = "^1.1.1"



[tool.poetry.group.doc.dependencies]
mkdocs-material = "^9.6.1"
mkdocs-material = "^9.6.2"
mkdocs-autorefs = "^1.3.0"
mkdocs-get-deps = "^0.2.0"
mkdocs-material-extensions = "^1.3.1"
mkdocstrings = "^0.28.0"
mkdocstrings-python = "^1.13.0"
mkdocstrings-python = "^1.14.5"
mkdocs-git-revision-date-localized-plugin = "^1.3.0"

[build-system]
Expand Down

0 comments on commit ba260dd

Please sign in to comment.