Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nidemidovich committed May 25, 2023
1 parent 12c6343 commit 8284096
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 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,13 +2,13 @@

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

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

pybotx = ">=0.44.1,<0.56.0"

Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def factory(
metadata={},
sender=UserSender(
huid=user_huid,
udid=None,
ad_login=ad_login,
ad_domain=ad_domain,
username=None,
Expand Down

0 comments on commit 8284096

Please sign in to comment.