From 480936d1d7687cc700923693d4c542d4a055db07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:34:16 +0000 Subject: [PATCH] Chore(deps): Bump pytz from 2025.1 to 2025.2 Bumps [pytz](https://github.com/stub42/pytz) from 2025.1 to 2025.2. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2025.1...release_2025.2) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca5130b5..711df954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "pynacl==1.5", "pytezos-crypto==3.13.4.1", "python-dateutil==2.9.0", - "pytz==2025.1", + "pytz==2025.2", "pyyaml==6.0.1", "redis[hiredis]==5.2.1", "requests==2.32.3",