Fix blinker
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2023-04-04 09:27:43 +02:00
parent bcd53e8aef
commit 122745b386
1 changed files with 8 additions and 5 deletions

13
poetry.lock generated
View File

@ -219,16 +219,19 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]]
name = "blinker"
version = "1.5"
version = "1.6"
description = "Fast, simple object-to-object and broadcast signaling"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
python-versions = ">=3.7"
files = [
{file = "blinker-1.5-py2.py3-none-any.whl", hash = "sha256:1eb563df6fdbc39eeddc177d953203f99f097e9bf0e2b8f9f3cf18b6ca425e36"},
{file = "blinker-1.5.tar.gz", hash = "sha256:923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462"},
{file = "blinker-1.6-py3-none-any.whl", hash = "sha256:eeebd5dfc782e1817fe4261ce79936c8c8cefb90d685caf50cec458029f773c1"},
{file = "blinker-1.6.tar.gz", hash = "sha256:5874afe21df4bae8885d31a0a6c4b5861910a575eae6176f051fbb9a6571481b"},
]
[package.dependencies]
typing-extensions = "*"
[[package]]
name = "certifi"
version = "2022.12.7"
@ -1484,7 +1487,7 @@ files = [
name = "typing-extensions"
version = "4.5.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "dev"
category = "main"
optional = false
python-versions = ">=3.7"
files = [