From 47243e8dbf48ab7437772b6aca6ab1ea992470f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:09:18 +0000 Subject: [PATCH] dependency: (deps): bump tzdata from 2023.4 to 2024.1 Bumps [tzdata](https://github.com/python/tzdata) from 2023.4 to 2024.1. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2023.4...2024.1) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5e96cd..df71783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ psycopg2==2.9.9 PyYAML==6.0.1 sqlparse==0.4.4 typing_extensions==4.9.0 -tzdata==2023.4 +tzdata==2024.1 uritemplate==4.1.1 Pillow==10.0.0 certifi==2023.11.17