Bump loguru from 0.7.1 to 0.7.2 (#314)

Bumps [loguru](https://github.com/Delgan/loguru) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/Delgan/loguru/releases)
- [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/Delgan/loguru/compare/0.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: loguru
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-18 13:27:14 -04:00
committed by GitHub
parent e9159aa742
commit 3b7db961d5
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ packages = [{include = "rfd_notify"}]
python = "^3.11"
requests = "^2.31.0"
pyyaml = "^6.0"
loguru = "^0.7.1"
loguru = "^0.7.2"
apprise = "^1.5.0"
[tool.poetry.group.dev.dependencies]