From 55787d8a7a380bc4252250343b80b2c5b8c1000f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:02:36 +0000 Subject: [PATCH] Update durationpy requirement from >=0.7 to >=0.11 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.11) --- updated-dependencies: - dependency-name: durationpy dependency-version: '0.11' 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 340c4baca8..9267f40d8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ requests # Apache-2.0 requests-oauthlib # ISC typing-extensions>=4.16.0 # PSF urllib3>=2.7.0,<3.0.0 # MIT -durationpy>=0.7 # MIT +durationpy>=0.11 # MIT