aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2023-06-30 22:23:16 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2023-06-30 22:23:16 +0200
commit89dcd1643f85e48ccf00875c6054fc213120470a (patch)
treeb72486c8d623c6081b402b60c750d8d71c209d1c
parentchg: [dependencies] Updated Python dependencies. (diff)
downloadnewspipe-89dcd1643f85e48ccf00875c6054fc213120470a.tar.gz
newspipe-89dcd1643f85e48ccf00875c6054fc213120470a.tar.bz2
newspipe-89dcd1643f85e48ccf00875c6054fc213120470a.zip
Updated typong-extensions !minor
-rw-r--r--poetry.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock
index e83e9183..6e372179 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2024,13 +2024,13 @@ files = [
[[package]]
name = "typing-extensions"
-version = "4.6.3"
+version = "4.7.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
optional = false
python-versions = ">=3.7"
files = [
- {file = "typing_extensions-4.6.3-py3-none-any.whl", hash = "sha256:88a4153d8505aabbb4e13aacb7c486c2b4a33ca3b3f807914a9b4c844c471c26"},
- {file = "typing_extensions-4.6.3.tar.gz", hash = "sha256:d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5"},
+ {file = "typing_extensions-4.7.0-py3-none-any.whl", hash = "sha256:5d8c9dac95c27d20df12fb1d97b9793ab8b2af8a3a525e68c80e21060c161771"},
+ {file = "typing_extensions-4.7.0.tar.gz", hash = "sha256:935ccf31549830cda708b42289d44b6f74084d616a00be651601a4f968e77c82"},
]
[[package]]
bgstack15