Update to latest gaphas dependency

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw
2020-01-11 22:16:34 -05:00
parent 9d0cd0a252
commit f5a316c453
2 changed files with 12 additions and 23 deletions

31
poetry.lock generated
View File

@ -205,25 +205,17 @@ mccabe = ">=0.6.0,<0.7.0"
pycodestyle = ">=2.5.0,<2.6.0"
pyflakes = ">=2.1.0,<2.2.0"
[[package]]
category = "main"
description = "Clean single-source support for Python 3 and 2"
name = "future"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
version = "0.17.1"
[[package]]
category = "main"
description = "Gaphas is a GTK+ based diagramming widget"
name = "gaphas"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "1.1.2"
python-versions = ">=3.6,<4.0"
version = "2.0.0"
[package.dependencies]
PyGObject = ">=3.20.0,<4.0.0"
future = ">=0.17.0,<0.18.0"
importlib_metadata = ">=1.3.0,<2.0.0"
pycairo = ">=1.13.0,<2.0.0"
[[package]]
@ -266,8 +258,8 @@ category = "main"
description = "Read metadata from Python packages"
name = "importlib-metadata"
optional = false
python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3"
version = "0.23"
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
version = "1.4.0"
[package.dependencies]
zipp = ">=0.5"
@ -804,7 +796,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pathlib2", "contextlib2", "unittest2"]
[metadata]
content-hash = "d0199411217f0638cc189808970a9733fc040ae893b77d8cc90363359bef9732"
content-hash = "11417616d7e79d32153df1074d941dbc3be9aa8bdac1e5bb2b4947be0d0ad4c9"
python-versions = "^3.7"
[metadata.files]
@ -918,12 +910,9 @@ flake8 = [
{file = "flake8-3.7.9-py2.py3-none-any.whl", hash = "sha256:49356e766643ad15072a789a20915d3c91dc89fd313ccd71802303fd67e4deca"},
{file = "flake8-3.7.9.tar.gz", hash = "sha256:45681a117ecc81e870cbf1262835ae4af5e7a8b08e40b944a8a6e6b895914cfb"},
]
future = [
{file = "future-0.17.1.tar.gz", hash = "sha256:67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8"},
]
gaphas = [
{file = "gaphas-1.1.2-py2.py3-none-any.whl", hash = "sha256:11d248941b3bd9890323a61c438f1945839bb3cd91bffa3583d4179091cfc8bd"},
{file = "gaphas-1.1.2.tar.gz", hash = "sha256:f1254f64b709da5722878e1b43a435bb199d12e836f255d517b42fe94ac45b26"},
{file = "gaphas-2.0.0-py3-none-any.whl", hash = "sha256:721888ed6eae2539fffc0a34f10a6593904223b2b334052808f5e799480d96ee"},
{file = "gaphas-2.0.0.tar.gz", hash = "sha256:94590b34d0c9fbed7f09026c4df1b70e5fa60a842795eb15f310033757b88313"},
]
generic = [
{file = "generic-1.0.0-py3-none-any.whl", hash = "sha256:a8dbb3133929223149272fcc70a95967cf3b24e3fa12601f91c67fb61efe29d4"},
@ -942,8 +931,8 @@ imagesize = [
{file = "imagesize-1.2.0.tar.gz", hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"},
]
importlib-metadata = [
{file = "importlib_metadata-0.23-py2.py3-none-any.whl", hash = "sha256:d5f18a79777f3aa179c145737780282e27b508fc8fd688cb17c7a813e8bd39af"},
{file = "importlib_metadata-0.23.tar.gz", hash = "sha256:aa18d7378b00b40847790e7c27e11673d7fed219354109d0e7b9e5b25dc3ad26"},
{file = "importlib_metadata-1.4.0-py2.py3-none-any.whl", hash = "sha256:bdd9b7c397c273bcc9a11d6629a38487cd07154fa255a467bf704cd2c258e359"},
{file = "importlib_metadata-1.4.0.tar.gz", hash = "sha256:f17c015735e1a88296994c0697ecea7e11db24290941983b08c9feb30921e6d8"},
]
isort = [
{file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"},

View File

@ -35,8 +35,8 @@ classifiers = [
python = "^3.7"
pycairo = "^1.18"
PyGObject = "^3.30"
gaphas = "^1.0.0"
importlib_metadata = "^0.23"
gaphas = "^2.0"
importlib_metadata = "^1.4"
typing_extensions = "^3.7.4"
generic = "^1.0.0"