From 984f5488c95471374278751d77ff0a41bc5d584e Mon Sep 17 00:00:00 2001 From: Tetsuya Shinone Date: Thu, 2 Jul 2020 22:39:13 +0900 Subject: [PATCH] Update package --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e704a87..feb452c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -36,7 +36,7 @@ description = "Diagram as Code" name = "diagrams" optional = false python-versions = ">=3.6,<4.0" -version = "0.14.0" +version = "0.15.0" [package.dependencies] graphviz = ">=0.13.2,<0.14.0" @@ -212,7 +212,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "8d26308a1948757a79475bb7e411d7dbd70be09a796d615130d36e9f218c9f91" +content-hash = "9950c8283d3dd6ffa893173ffcd38e2f580dbde2537610ee6cea3afa092d62e7" python-versions = "^3.7" [metadata.files] @@ -229,8 +229,8 @@ colorama = [ {file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"}, ] diagrams = [ - {file = "diagrams-0.14.0-py3-none-any.whl", hash = "sha256:afcebb0df7f1443063c304c80d7021f69eadd9ce759a32441d5c2fbe1a5b16fe"}, - {file = "diagrams-0.14.0.tar.gz", hash = "sha256:0c6fd33d6419a423e5c9fab04a04af12206747ece4a04ed4c6dd854b81cba9f9"}, + {file = "diagrams-0.15.0-py3-none-any.whl", hash = "sha256:ee1430394c1dc3534db3352f1d08f47d4ca3b1ccc28f3673598526a55bdf20ed"}, + {file = "diagrams-0.15.0.tar.gz", hash = "sha256:1c1637846d8ba57f0e5f3c731631665071d558aa1ea3dcda73c11a4698a4b612"}, ] graphviz = [ {file = "graphviz-0.13.2-py2.py3-none-any.whl", hash = "sha256:241fb099e32b8e8c2acca747211c8237e40c0b89f24b1622860075d59f4c4b25"}, diff --git a/pyproject.toml b/pyproject.toml index 591801a..5f3d8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "tfdiagrams" -version = "0.1.2" +version = "0.1.3" description = "" authors = ["Tetsuya Shinone "] [tool.poetry.dependencies] python = "^3.7" pydot = "^1.4.1" -diagrams = "^0.14.0" +diagrams = "^0.15.0" [tool.poetry.dev-dependencies] pytest = "^5.2"