pip-deps-dev(deps-dev): bump loguru from 0.7.2 to 0.7.3

Bumps [loguru](https://github.com/Delgan/loguru) from 0.7.2 to 0.7.3.
- [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.2...0.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-28 09:12:30 +00:00
committed by GitHub
parent 33b7e1a317
commit d4679ec3e9
2 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ numpy = ">=2.0.0,<3.0.0"
ruff = "^0.7.1"
mypy = "^1.15.0"
pytest = "^8.3.3"
loguru = "^0.7.2"
loguru = "^0.7.3"
[build-system]
requires = ["maturin>=1.7,<2.0"]