From 50fe556ebb8670feaa1d056070136fe9e528cc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 01:06:14 +0000 Subject: [PATCH] Bump pytz from 2021.1 to 2022.7 Bumps [pytz](https://github.com/stub42/pytz) from 2021.1 to 2022.7. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2021.1...release_2022.7) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 92ae307b9..815845b2e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -11,7 +11,7 @@ django-timezone-field==4.2.1 djangorestframework==3.12.4 pre-commit==2.15.0 python-dateutil==2.8.2 -pytz==2021.1 +pytz==2022.7 webpack-manifest==2.1.1 # only for testing responses~=0.14.0