From c72e34e721da0aa3455d8062ce03de3bc8cf9efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 16:04:21 +0000 Subject: [PATCH] Bump pytz from 2022.2.1 to 2022.7.1 Bumps [pytz](https://github.com/stub42/pytz) from 2022.2.1 to 2022.7.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.2.1...release_2022.7.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73959a6..43f01f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pycparser==2.21 ; implementation_name == "pypy" and python_full_version == "3.10 pygments==2.13.0 ; python_full_version == "3.10.7" pyparsing==3.0.9 ; python_full_version == "3.10.7" python-dateutil==2.8.2 ; python_full_version == "3.10.7" -pytz==2022.2.1 ; python_full_version == "3.10.7" +pytz==2022.7.1 ; python_full_version == "3.10.7" pywin32==304 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version == "3.10.7" pyzmq==24.0.1 ; python_full_version == "3.10.7" six==1.16.0 ; python_full_version == "3.10.7"