diff --git a/poetry.lock b/poetry.lock index 25d5d4b..f2e5695 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "cfgv" @@ -530,13 +530,13 @@ testing = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metad [[package]] name = "styxdefs" -version = "0.1.5" +version = "0.1.7" description = "Styx definitions and minimal runtime" optional = false python-versions = ">=3.10" files = [ - {file = "styxdefs-0.1.5-py3-none-any.whl", hash = "sha256:41b93e16a22d9edbf422a6c8e51cd2204a972ec92280382ef97df28bb6beb543"}, - {file = "styxdefs-0.1.5.tar.gz", hash = "sha256:33c2e57aeae3826f93314d3aef7ea8f7220efb61291ba1bbb2e7025344907944"}, + {file = "styxdefs-0.1.7-py3-none-any.whl", hash = "sha256:f06bd390458e68760815f37a28737102e7d1361c1ee532331144751bb67f0ef2"}, + {file = "styxdefs-0.1.7.tar.gz", hash = "sha256:b3a07fa3cf6fb6b5f1e4d9d8999a9134a93050e1cc17cd9bcc1e07df4a9bbb48"}, ] [[package]] @@ -573,4 +573,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "9aae9d66dabc6552c058b2c2fdd90645d79e401890a3283a56828eacab0a28c1" +content-hash = "6405eb985ac00a6c2e43e8c5200c0184b505380915322463acbbe3f8942b7ff5" diff --git a/pyproject.toml b/pyproject.toml index 82afdb6..f9b6009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "styxgraph", from = "src"}] [tool.poetry.dependencies] python = "~3.11" -styxdefs = "^0.1.5" +styxdefs = "^0.1.7" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2"