Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erivlis committed May 9, 2024
1 parent 50c3c0f commit 2ba9b16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ classifiers = [
]
keywords = ['graph', 'declarative']
dependencies = [
"click==8.1.7",
"inflect==7.2.0",
"loguru==0.7.2",
"matplotlib==3.8.4",
"networkx==3.3",
"strawberry-graphql[asgi,opentelemetry]==0.227.2"
"click>=8.1.7",
"inflect>=7.2.1",
"loguru>=0.7.2",
"matplotlib>=3.8.4",
"networkx>=3.3",
"strawberry-graphql[asgi,opentelemetry]>=0.227.3"
]


Expand Down

0 comments on commit 2ba9b16

Please sign in to comment.