From 342639dff942e243b3748325328023e66d66006f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:00:33 +0000 Subject: [PATCH] Chore(deps): Bump pytz from 2025.2 to 2026.1.post1 Bumps [pytz](https://github.com/stub42/pytz) from 2025.2 to 2026.1.post1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2025.2...release_2026.1.post1) --- updated-dependencies: - dependency-name: pytz dependency-version: 2026.1.post1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9d2ad8ee..a1a585a82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pynacl==1.6.2", "pytezos-crypto==3.13.4.1", "python-dateutil==2.9.0", - "pytz==2025.2", + "pytz==2026.1.post1", "pyyaml==6.0.3", "redis[hiredis]==7.3.0", "requests==2.32.5",