mirror of https://github.com/Textualize/rich.git
Bump typing-extensions from 3.7.4.2 to 3.7.4.3
Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.2 to 3.7.4.3. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/compare/3.7.4.2...3.7.4.3) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1fcc0b8921
commit
3ca45ab145
|
@ -380,7 +380,6 @@ version = "1.4.2"
|
|||
[[package]]
|
||||
category = "main"
|
||||
description = "A Python Parser"
|
||||
marker = "python_version >= \"3.3\""
|
||||
name = "parso"
|
||||
optional = true
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||||
|
@ -434,7 +433,7 @@ wcwidth = "*"
|
|||
[[package]]
|
||||
category = "main"
|
||||
description = "Run a subprocess in a pseudo terminal"
|
||||
marker = "python_version >= \"3.3\" and sys_platform != \"win32\" or os_name != \"nt\""
|
||||
marker = "python_version >= \"3.3\" and sys_platform != \"win32\" or sys_platform != \"win32\" or os_name != \"nt\" or python_version >= \"3.3\" and sys_platform != \"win32\" and (python_version >= \"3.3\" and sys_platform != \"win32\" or sys_platform != \"win32\")"
|
||||
name = "ptyprocess"
|
||||
optional = true
|
||||
python-versions = "*"
|
||||
|
@ -574,12 +573,11 @@ description = "Backported and Experimental Type Hints for Python 3.5+"
|
|||
name = "typing-extensions"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
version = "3.7.4.2"
|
||||
version = "3.7.4.3"
|
||||
|
||||
[[package]]
|
||||
category = "main"
|
||||
description = "Measures the displayed width of unicode strings in a terminal"
|
||||
marker = "python_version >= \"3.3\""
|
||||
name = "wcwidth"
|
||||
optional = true
|
||||
python-versions = "*"
|
||||
|
@ -622,7 +620,6 @@ jupyter = ["ipywidgets"]
|
|||
|
||||
[metadata]
|
||||
content-hash = "64c8b886ebf3d4fec7647f65af7ebf6b20e031fbec205d96af3c937ff686c415"
|
||||
lock-version = "1.0"
|
||||
python-versions = "^3.6"
|
||||
|
||||
[metadata.files]
|
||||
|
@ -891,9 +888,9 @@ traitlets = [
|
|||
{file = "traitlets-4.3.3.tar.gz", hash = "sha256:d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7"},
|
||||
]
|
||||
typing-extensions = [
|
||||
{file = "typing_extensions-3.7.4.2-py2-none-any.whl", hash = "sha256:f8d2bd89d25bc39dabe7d23df520442fa1d8969b82544370e03d88b5a591c392"},
|
||||
{file = "typing_extensions-3.7.4.2-py3-none-any.whl", hash = "sha256:6e95524d8a547a91e08f404ae485bbb71962de46967e1b71a0cb89af24e761c5"},
|
||||
{file = "typing_extensions-3.7.4.2.tar.gz", hash = "sha256:79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae"},
|
||||
{file = "typing_extensions-3.7.4.3-py2-none-any.whl", hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"},
|
||||
{file = "typing_extensions-3.7.4.3-py3-none-any.whl", hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"},
|
||||
{file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"},
|
||||
]
|
||||
wcwidth = [
|
||||
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|
||||
|
|
Loading…
Reference in New Issue