diff --git a/pyproject.toml b/pyproject.toml index de00c25..659f85a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "typer[all]==0.12.5", + "typer[all]==0.14.0", "requests==2.32.3", "python-dotenv==1.0.1", "PyYAML==6.0.2", diff --git a/requirements.txt b/requirements.txt index e2af7d7..3abb86d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # core -typer[all]==0.12.5 +typer[all]==0.14.0 requests==2.32.3 python-dotenv==1.0.1 PyYAML==6.0.2