From bdaff9fda9a9ad19790dd1d6c2f512cc7e529658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:33:28 +0000 Subject: [PATCH] build(deps): update typing-extensions requirement Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.15.0...4.16.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]