From 490c6ff3a9d42c1ab08b784039d68b312b4b6931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:51:52 +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.11.0...4.12.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ce5393b..2359e2f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,5 +11,5 @@ pyparsedvd~=0.0.3 pytimeconv~=0.0.2 requests_toolbelt~=1.0.0 rich~=13.7.1 -typing-extensions~=4.11.0 +typing-extensions~=4.12.0 numpy~=1.26.4 diff --git a/requirements.txt b/requirements.txt index 26fa04c..129cf19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ pytimeconv~=0.0.2 requests~=2.31.0 requests_toolbelt~=1.0.0 rich~=13.7.1 -typing-extensions~=4.11.0 +typing-extensions~=4.12.0 VapourSynth>=65