Skip to content

Commit f01a4fe

Browse files
Update dependency pybotx to >=0.44.1,<0.49.0 (#52)
1 parent 5f80974 commit f01a4fe

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[tool.poetry]
44
name = "pybotx-fsm"
5-
version = "0.4.4"
5+
version = "0.4.5"
66
description = "FSM middleware for using with pybotx"
77
readme = "README.md"
88
authors = []
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.8,<3.11"
1212

13-
pybotx = ">=0.44.1,<0.48.0"
13+
pybotx = ">=0.44.1,<0.49.0"
1414

1515
[tool.poetry.dev-dependencies]
1616
add-trailing-comma = "2.2.3"

0 commit comments

Comments
 (0)