From 099d55ba603033cf06a9822dff66113c1215cfdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:39:51 +0000 Subject: [PATCH] build(deps): update datetime requirement from ~=4.7 to ~=5.5 Updates the requirements on [datetime](https://github.com/zopefoundation/DateTime) to permit the latest version. - [Changelog](https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/DateTime/compare/4.7...5.5) --- updated-dependencies: - dependency-name: datetime dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1c20de..5e24ee5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyYAML~=6.0 -DateTime~=4.7 +DateTime~=5.5 requests~=2.28.2 urllib3~=1.26.12 \ No newline at end of file