From f29ca7e848911f78e30eb82100ac744e18b4bb56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 19:25:17 +0000 Subject: [PATCH] Bump pytz from 2022.1 to 2022.5 Bumps [pytz](https://github.com/stub42/pytz) from 2022.1 to 2022.5. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.1...release_2022.5) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... 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 c829120e5..c7fa06243 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -11,7 +11,7 @@ django-timezone-field==5.0 djangorestframework==3.13.1 pre-commit==2.19.0 python-dateutil==2.8.2 -pytz==2022.1 +pytz==2022.5 webpack-manifest==2.1.1 # only for testing responses~=0.21.0