Skip to content

Commit 2f094c9

Browse files
Update dependency loguru to v0.7.0
1 parent 31e25ad commit 2f094c9

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

poetry.lock

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python = "^3.8"
2222
sqlalchemy = "*"
2323
pymysql = "*"
2424
python-dotenv = "*"
25-
loguru = "^0.5.3"
25+
loguru = "^0.7.0"
2626

2727
[tool.poetry.dev-dependencies]
2828
pytest = "*"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
colorama==0.4.4; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.5.0"
22
greenlet==1.0.0; python_version >= "3" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3"
3-
loguru==0.5.3; python_version >= "3.5"
3+
loguru==0.7.0; python_version >= "3.5"
44
pymysql==1.0.2; python_version >= "3.6"
55
python-dotenv==0.16.0
66
sqlalchemy==1.4.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")

0 commit comments

Comments
 (0)