From f6e469d50f94b7d26687e2649ec42889c3618b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:28:55 +0000 Subject: [PATCH] Bump python-dateutil from 2.8.2 to 2.9.0.post0 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] --- feedback-worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedback-worker/requirements.txt b/feedback-worker/requirements.txt index cb0adef..3dbb097 100644 --- a/feedback-worker/requirements.txt +++ b/feedback-worker/requirements.txt @@ -3,7 +3,7 @@ redis[hiredis]==6.4.0 PyGithub==2.7.0 uvloop==0.19.0 prometheus-client==0.22.1 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # Testing dependencies pytest==8.4.1