Skip to content

Commit a2b9109

Browse files
⬆️ Allow more recent versions of attrs and loguru
1 parent 760c0c6 commit a2b9109

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222
]
2323
dependencies = [
2424
"adorable~=0.1.5",
25-
"attrs~=23.1.0",
26-
"loguru~=0.7.2",
25+
"attrs>=23.1.0",
26+
"loguru>=0.7.2",
2727
"wraptext==1.0.1",
2828
]
2929

0 commit comments

Comments
 (0)