diff --git a/poetry.lock b/poetry.lock index 6bda283..6173915 100644 --- a/poetry.lock +++ b/poetry.lock @@ -576,7 +576,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "pybotx" -version = "0.32.2" +version = "0.34.0" description = "A python library for interacting with eXpress BotX API" category = "main" optional = false @@ -853,7 +853,7 @@ dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "f715691c7c10b75214facf320cc5b65047b8b0363e793880a322166d736728e8" +content-hash = "918cfd652f044c62b7ab7c79efd6d8d262a476ed058ade9f7bc6e08d2abace9b" [metadata.files] add-trailing-comma = [ @@ -1070,8 +1070,8 @@ py = [ {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, ] pybotx = [ - {file = "pybotx-0.32.2-py3-none-any.whl", hash = "sha256:4d7e5638cf97f8d1663979311ba5051fbaf9f4970c23818bcaebdaeadf593da5"}, - {file = "pybotx-0.32.2.tar.gz", hash = "sha256:8efacde76e706f8ea80b20233df7c91079c81e776a33f13b823325738c587f24"}, + {file = "pybotx-0.34.0-py3-none-any.whl", hash = "sha256:fbcd8812a3311190017ad3eee63356d72ed8e523b2845227c5ed6952b1924d55"}, + {file = "pybotx-0.34.0.tar.gz", hash = "sha256:3a1a45c27fa168d4fd58af32d9458e6936dffc80dc3291688e134ac630fe88f6"}, ] pycodestyle = [ {file = "pycodestyle-2.8.0-py2.py3-none-any.whl", hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20"}, diff --git a/pyproject.toml b/pyproject.toml index 19faf79..3e27217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "pybotx-fsm" -version = "0.3.2" +version = "0.3.3" description = "FSM middleware for using with pybotx" readme = "README.md" authors = [] @@ -10,7 +10,7 @@ authors = [] [tool.poetry.dependencies] python = ">=3.8,<3.11" -pybotx = "~0.32.0" +pybotx = "^0.34.0" [tool.poetry.dev-dependencies] add-trailing-comma = "2.2.1"