From 068f8862dfb35fa6e6996c6373a1a78bd78be203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:22:43 +0000 Subject: [PATCH] dependency: (deps): bump pytz from 2024.1 to 2024.2 in /backend Bumps [pytz](https://github.com/stub42/pytz) from 2024.1 to 2024.2. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.1...release_2024.2) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ec0be3a..598ab78 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ Jinja2==3.1.4 MarkupSafe==3.0.2 openapi-codec==1.3.2 packaging==24.2 -pytz==2024.1 +pytz==2024.2 PyYAML==6.0.2 requests==2.32.3 simplejson==3.19.3