From 09e1d66cbd06ef756d02e995c60693d6469080ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 03:03:03 +0000 Subject: [PATCH] Bump pytz from 2021.1 to 2022.7 in /django/docker/django/requirements/01 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] --- django/docker/django/requirements/01/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/docker/django/requirements/01/requirements.txt b/django/docker/django/requirements/01/requirements.txt index f2162d59..d8414f83 100644 --- a/django/docker/django/requirements/01/requirements.txt +++ b/django/docker/django/requirements/01/requirements.txt @@ -51,7 +51,7 @@ pylint-plugin-utils==0.6 pyparsing==2.4.7 pytest==6.2.1 pytest-django==4.1.0 -pytz==2021.1 +pytz==2022.7 requests==2.25.1 Rx==1.6.1 singledispatch==3.6.2