Skip to content

Commit 8284096

Browse files
committed
chore(deps): Update dependencies
1 parent 12c6343 commit 8284096

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

poetry.lock

+7-7
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,13 +2,13 @@
22

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

1010
[tool.poetry.dependencies]
11-
python = ">=3.8,<3.11"
11+
python = ">=3.8,<3.12"
1212

1313
pybotx = ">=0.44.1,<0.56.0"
1414

tests/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def factory(
6767
metadata={},
6868
sender=UserSender(
6969
huid=user_huid,
70+
udid=None,
7071
ad_login=ad_login,
7172
ad_domain=ad_domain,
7273
username=None,

0 commit comments

Comments
 (0)