Skip to content

Commit

Permalink
fix(deps): update dependency pybotx to >=0.44.1,<0.56.0 (#53)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and Kiruha01 committed May 5, 2023
1 parent fe004af commit 12c6343
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[tool.poetry]
name = "pybotx-fsm"
version = "0.4.7"
version = "0.4.8"
description = "FSM middleware for using with pybotx"
readme = "README.md"
authors = []

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

pybotx = ">=0.44.1,<0.54.0"
pybotx = ">=0.44.1,<0.56.0"

[tool.poetry.dev-dependencies]
add-trailing-comma = "2.2.3"
Expand Down

0 comments on commit 12c6343

Please sign in to comment.