From 244a71739168c76de7bd454ec08802c54e0c9b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:41:59 +0000 Subject: [PATCH] Update pytz requirement from ~=2023.4 to ~=2024.1 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.4...release_2024.1) --- 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 d80ca5d..7a4dd61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ phonenumbers==8.13.29 django-phonenumber-field==7.3.0 babel==2.14.0 setuptools==69.0.3 -pytz~=2023.4 +pytz~=2024.1 requests~=2.31.0 \ No newline at end of file