diff --git a/pyproject.toml b/pyproject.toml index 91e1283..27a8cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ urls = {homepage = "https://github.com/codesalatdev/python-picnic-api", reposito requires-python = ">=3.13" dependencies = [ "requests>=2.24.0", - "typing_extensions>=4.15.0" + "typing_extensions>=4.16.0" ] [tool.ruff]