Skip to content

Commit 12c6343

Browse files
fix(deps): update dependency pybotx to >=0.44.1,<0.56.0 (#53)
* fix(deps): update dependency pybotx to >=0.44.1,<0.56.0 * bump version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kiruha01 <liss-2001g@mail.ru>
1 parent fe004af commit 12c6343

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

+19-19
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.7"
5+
version = "0.4.8"
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.54.0"
13+
pybotx = ">=0.44.1,<0.56.0"
1414

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

0 commit comments

Comments
 (0)