From d66a9a46f6932a0ca3a6b143ede0e7d4aac957f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:38:56 +0000 Subject: [PATCH] Bump pytz from 2023.3 to 2023.3.post1 Bumps [pytz](https://github.com/stub42/pytz) from 2023.3 to 2023.3.post1. - [Commits](https://github.com/stub42/pytz/compare/release_2023.3...release_2023.3.post1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 321c008..c03c875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "psycopg[binary,pool]==3.1.10", "python-dateutil==2.8.2", "python-dotenv==1.0.0", - "pytz==2023.3", + "pytz==2023.3.post1", "requests==2.31.0", "rs2simlib @ git+https://github.com/tuokri/rs2simlib@0.5.0", "six==1.16.0",