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 b096653 commit 0a91eac
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
@@ -1,12 +1,12 @@
[tool.poetry]
name = "pybotx-smart-logger"
version = "0.10.0"
version = "0.10.1"
description = "Shows logs when you need it"
authors = ["Alexander Samoylenko <[email protected]>"]
readme = "README.md"

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

loguru = "^0.6.0"
pydantic = "^1.10.5"
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,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 0a91eac

Please sign in to comment.