From 2f485fea0541abb1eee4f83b8ee36a7e3c3325fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 01:09:04 +0000 Subject: [PATCH] Bump pytz from 2021.1 to 2022.4 Bumps [pytz](https://github.com/stub42/pytz) from 2021.1 to 2022.4. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/commits) --- 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..5fa7474c6 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.4 webpack-manifest==2.1.1 # only for testing responses~=0.14.0