From f5a9ad5a1b1a1a329512dce2bbdebc2e57ef3812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:48:59 +0000 Subject: [PATCH] chore(deps): bump pytz from 2022.2.1 to 2023.3 Bumps [pytz](https://github.com/stub42/pytz) from 2022.2.1 to 2023.3. - [Commits](https://github.com/stub42/pytz/compare/release_2022.2.1...release_2023.3) --- 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 f7a4c0d4b6..1a637f73d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ types-python-dateutil>=2.8.2 python-magic==0.4.18 # Versions beyond the yanked .19 and .20 introduce form failures pymemcache>=4.0.0 # for django.core.cache.backends.memcached.PyMemcacheCache python-mimeparse>=1.6 # from TastyPie -pytz==2022.2.1 # Pinned as changes need to be vetted for their effect on Meeting fields +pytz==2023.3 # Pinned as changes need to be vetted for their effect on Meeting fields requests>=2.27.1 types-requests>=2.27.1 requests-mock>=1.9.3