From f8a0ac32a578ced6499a549a24ec7539967e66de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:18:31 +0000 Subject: [PATCH] Update pytz requirement from >=2025.2 to >=2026.1.post1 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_2025.2...release_2026.1.post1) --- updated-dependencies: - dependency-name: pytz dependency-version: 2026.1.post1 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 d579ac3..fcb61b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "astroquery >= 0.4.11", "numpy >= 2.3.5", "protobuf == 3.20", - "pytz >= 2025.2", + "pytz >= 2026.1.post1", "scipy >= 1.16.3", "spectral-cube >= 0.6.7", ]