mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Bump typing-extensions from 4.12.2 to 4.14.1 (#2038)
--- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+6
-6
@@ -2892,14 +2892,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "typing-extensions"
|
name = "typing-extensions"
|
||||||
version = "4.12.2"
|
version = "4.14.1"
|
||||||
description = "Backported and Experimental Type Hints for Python 3.8+"
|
description = "Backported and Experimental Type Hints for Python 3.9+"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.9"
|
||||||
groups = ["main", "dev"]
|
groups = ["main", "dev"]
|
||||||
files = [
|
files = [
|
||||||
{file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
|
{file = "typing_extensions-4.14.1-py3-none-any.whl", hash = "sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76"},
|
||||||
{file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
|
{file = "typing_extensions-4.14.1.tar.gz", hash = "sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3147,4 +3147,4 @@ propcache = ">=0.2.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "6f003e26b7970f6e6d8f03be04ebe6b69af799843bd739320fd2344af87fc214"
|
content-hash = "818f544ef229617c8e5c07687e60a2d2934f0f338652d889e67e2a3d035eb382"
|
||||||
|
|||||||
+1
-1
@@ -61,7 +61,7 @@ soupsieve = "^2.6"
|
|||||||
stem = "^1.8.1"
|
stem = "^1.8.1"
|
||||||
torrequest = "^0.1.0"
|
torrequest = "^0.1.0"
|
||||||
alive_progress = "^3.2.0"
|
alive_progress = "^3.2.0"
|
||||||
typing-extensions = "^4.8.0"
|
typing-extensions = "^4.14.1"
|
||||||
webencodings = "^0.5.1"
|
webencodings = "^0.5.1"
|
||||||
xhtml2pdf = "^0.2.11"
|
xhtml2pdf = "^0.2.11"
|
||||||
XMind = "^1.2.0"
|
XMind = "^1.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user