From 0d75d8fa3928065159c910e046ccdc4cb063f7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:02:49 +0000 Subject: [PATCH] Update durationpy requirement from >=0.7 to >=0.10 Updates the requirements on [durationpy](https://github.com/icholy/durationpy) to permit the latest version. - [Commits](https://github.com/icholy/durationpy/compare/0.7...0.10) --- updated-dependencies: - dependency-name: durationpy dependency-version: '0.10' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e62b072936..9be686b746 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC urllib3>=1.24.2,!=2.6.0 # MIT -durationpy>=0.7 # MIT +durationpy>=0.10 # MIT