Skip to content

Commit 0c09c6b

Browse files
committed
fix: loosen loguru requirement further
1 parent 46893ae commit 0c09c6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

notifypy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .notify import Notify
22
from .os_notifiers._base import BaseNotifier
33

4-
__version__ = "0.3.39"
4+
__version__ = "0.3.42"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "notify_py"
3-
version = "0.3.41"
3+
version = "0.3.42"
44
description = "Cross-platform desktop notification library for Python"
55
authors = ["Mustafa Mohamed <mustafa@ms7m.me>"]
66
repository = "https://github.com/ms7m/notify-py"
@@ -13,7 +13,7 @@ packages = [
1313
]
1414
[tool.poetry.dependencies]
1515
python = ">=3.6,<4.0"
16-
loguru = "^0.5.3,<=0.6.0"
16+
loguru = ">=0.5.3,<=0.6.0"
1717
jeepney = [
1818
{ version = '*', platform = 'linux' },
1919
]

0 commit comments

Comments
 (0)