From 8cbecefde086a323eb3b4c97ef1081c5ffd209e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:54:05 +0000 Subject: [PATCH] deps(deps): update pytz requirement from >=2023.3.0 to >=2026.2 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.3...release_2026.2) --- updated-dependencies: - dependency-name: pytz dependency-version: '2026.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 079a409..be5da19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ ] requires-python = ">=3.12" dependencies = [ - "pytz>=2023.3.0", + "pytz>=2026.2", "requests>=2.31.0", "db-sqlite3>=0.0.1", "pandas>=2.1.3",