From 065b03c65c0d8d8399a46f142d9a734d60bc6269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:34:12 +0000 Subject: [PATCH] Bump python-dateutil from 2.6.1 to 2.9.0.post0 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.6.1 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.6.1...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] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 48c51eb..53ee4aa 100644 --- a/requirements.in +++ b/requirements.in @@ -20,7 +20,7 @@ oic~=1.6.1 pip-tools~=7.4.1 psycopg2-binary~=2.9.3 pylint~=3.3.6 -python-dateutil~=2.6.1 +python-dateutil~=2.9.0 python-editor~=1.0.3 sentry-sdk[flask]~=2.24.1 six~=1.17.0 diff --git a/requirements.txt b/requirements.txt index 7036755..d7306d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -150,7 +150,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -python-dateutil==2.6.1 +python-dateutil==2.9.0.post0 # via -r requirements.in python-dotenv==1.2.1 # via pydantic-settings