diff --git a/pyproject.toml b/pyproject.toml index 4ea3546..d63ec31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "GitHub Workflow Status Wall" requires-python = ">=3.8" dependencies = [ "PyGithub==2.6.1", - "python-dotenv==1.0.1", + "python-dotenv==1.1.0", "rich>=13.0.0", "ruff>=0.9.6", ]