Skip to content

Commit

Permalink
chore(deps): bump loguru from 0.6.0 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [loguru](https://github.com/Delgan/loguru) from 0.6.0 to 0.7.2.
- [Release notes](https://github.com/Delgan/loguru/releases)
- [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst)
- [Commits](Delgan/loguru@0.6.0...0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent bc5c397 commit 6d1139b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subclean = "subclean.subclean:main"

[tool.poetry.dependencies]
python = "^3.9"
loguru = "^0.6.0"
loguru = ">=0.6,<0.8"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.3,<9.0.0"
Expand Down

0 comments on commit 6d1139b

Please sign in to comment.