diff --git a/pyproject.toml b/pyproject.toml index c704e97..1a5f0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "Jinja2==3.1.6", "MarkupSafe==3.0.3", "numpy==2.4.6", - "typing_extensions==4.15.0", + "typing_extensions==4.16.0", "rich>=13.7.0", "pydantic>=2.7.0", "ddgs>=9.0.0", diff --git a/requirements.txt b/requirements.txt index d10e33f..ba0fe39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Jinja2==3.1.6 MarkupSafe==3.0.3 numpy==2.4.6 -typing_extensions==4.15.0 +typing_extensions==4.16.0 # UI / formatting rich>=13.7.0