From ab9834de7254d077806aff971b1d3506aeed1b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:08:30 +0000 Subject: [PATCH] Bump pytz from 2023.3 to 2024.1 Bumps [pytz](https://github.com/stub42/pytz) from 2023.3 to 2024.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.3...release_2024.1) --- updated-dependencies: - dependency-name: pytz 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 08a031d..b408ae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyrogram==2.0.106; python_version >= "3.8" pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0" python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") pytube==15.0.0 -pytz==2023.3 +pytz==2024.1 pyyaml==6.0.1; python_version >= "3.6" qrcode==7.4.2 regex==2023.12.25; python_version >= "3.6"