diff --git a/pyproject.toml b/pyproject.toml index b528654..6f44ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "neo4j>=5.0.0", - "python-dotenv>=1.0.0", + "python-dotenv>=1.2.2", "PyYAML>=6.0.0", "rich>=13.0.0", "typer>=0.12,<1.0",