From dbc8bfcc3b222d06f69326151efe661c988226f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:22:59 +0000 Subject: [PATCH] build(deps): update python-dateutil requirement Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version. - [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.9.0...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 0528f2f..c821364 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,6 +2,6 @@ pytest>=9.1.1 pytest-cov>=7.1.0 aiohttp>=3.14.0 -python-dateutil>=2.9.0 +python-dateutil>=2.9.0.post0 pytest-asyncio>=1.4.0 aiointercept>=0.1.8 \ No newline at end of file