From 9141172ce8eb389237726a7f5c13f18c75d1b9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 02:18:40 +0000 Subject: [PATCH] chore(deps): bump python-dateutil in /tests/docker Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0.post0. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/requirements.txt b/tests/docker/requirements.txt index 6effed8..b828282 100644 --- a/tests/docker/requirements.txt +++ b/tests/docker/requirements.txt @@ -18,7 +18,7 @@ psycopg2==2.9.10 pyasn1==0.6.2 pyasn1-modules==0.4.2 PyJWT==2.4.0 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 python-string-utils==1.0.0 pytz==2022.1 requests==2.32.5