Skip to content

Commit a8c32db

Browse files
fix(deps): update dependency loguru to >=0.7.3,<0.8.0
1 parent e2f0bcb commit a8c32db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
[tool.poetry.dependencies]
99
python = ">=3.9, <3.14"
1010

11-
loguru = ">=0.6.0,<0.7.0"
11+
loguru = ">=0.7.3,<0.8.0"
1212

1313
[tool.poetry.dev-dependencies]
1414
add-trailing-comma = "3.1.0"

0 commit comments

Comments
 (0)