From f94a09393bb65db690eaae6b07c26244c3413300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:43:30 +0000 Subject: [PATCH] Bump datetime from 4.3 to 5.4 Bumps [datetime](https://github.com/zopefoundation/DateTime) from 4.3 to 5.4. - [Changelog](https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/DateTime/compare/4.3...5.4) --- updated-dependencies: - dependency-name: datetime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c112956..6348108 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.0 requests==2.25.1 -datetime==4.3 +datetime==5.4 pysqlite3==0.4.6 Werkzeug==2.2.2