From 835d765986d2796e3c2f7e2df58e1ef7549b6f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 11 Jun 2024 16:44:26 +0300 Subject: [PATCH] Track typing-extensions So that dependabot doesn't go crazy and create incomplete pull requests: - https://github.com/Taxel/PlexTraktSync/pull/1980 - https://github.com/Taxel/PlexTraktSync/pull/1982 - https://github.com/Taxel/PlexTraktSync/pull/1975 --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index c84b25e187..94fd1a23c0 100644 --- a/Pipfile +++ b/Pipfile @@ -37,6 +37,7 @@ requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"} rich = "==13.7.1" six = {version="==1.16.0", python_version=">='3.4'"} tqdm = "==4.66.4" +typing-extensions = {version="==4.12.2", python_version=">= '3.8'"} url-normalize = {version="==1.4.3", python_version=">='3.6'"} urllib3 = "==2.2.1" wcwidth = "==0.2.13"