From d602f15aeea06ca2d8119ad6a765a73d330190d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 01:06:25 +0000 Subject: [PATCH] Bump pytz from 2021.1 to 2022.1 Bumps [pytz](https://github.com/stub42/pytz) from 2021.1 to 2022.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2021.1...release_2022.1) --- 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..0e8a6febe 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.1 webpack-manifest==2.1.1 # only for testing responses~=0.14.0