From a35fcf14901e7173c5ab6fdb7e4b16507754d7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:23:47 +0000 Subject: [PATCH] Update pytz requirement from ~=2023.3.post1 to ~=2023.4 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Commits](https://github.com/stub42/pytz/compare/release_2023.3.post1...release_2023.4) --- updated-dependencies: - dependency-name: pytz 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 edf814d..2ed7212 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ phonenumbers==8.13.28 django-phonenumber-field==7.3.0 babel==2.14.0 setuptools==69.0.3 -pytz~=2023.3.post1 +pytz~=2023.4 requests~=2.31.0 \ No newline at end of file