From 34b4ae3e2ba90878aa721dcaa47288e116f4019e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:42:24 +0000 Subject: [PATCH] Bump the python-deps group with 1 update (#38) Bumps the python-deps group with 1 update: [python-dateutil](https://github.com/dateutil/dateutil). Updates `python-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-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 693eae2..2be49f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ feedgen==1.0.0 feedparser==6.0.11 listparser==0.19.0 lxml==5.1.0 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 pyyaml==6.0.1 pyinstaller==6.4.0 \ No newline at end of file