Update dependencies

This commit is contained in:
Jack Grigg 2024-02-02 19:47:39 +00:00
parent a948e78bf4
commit 9beb90a071
1 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@ classifiers = [
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.8"
drest = "0.9.12" drest = "0.9.12"
networkx = "2.6.3" networkx = "3.1"
pygraphviz = "1.7" pygraphviz = "1.11"
sgqlc = "14.1" sgqlc = "16.3"