From 0e3a745bd034bcd41131a1a1fba174409973a7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:53:21 +0000 Subject: [PATCH] Bump loguru from 0.7.2 to 0.7.3 in /DevUtils 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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- DevUtils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevUtils/requirements.txt b/DevUtils/requirements.txt index 3a301d4..ce49d9a 100644 --- a/DevUtils/requirements.txt +++ b/DevUtils/requirements.txt @@ -1,5 +1,5 @@ gmpy2==2.2.1 -loguru==0.7.2 +loguru==0.7.3 numba==0.60.0 numpy==2.0.1 pytest==8.3.4