From 8f4c7069f3d3a27d595ea692cd0740a81600bac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:26:00 +0000 Subject: [PATCH] deps: update tzdata requirement from >=2026.2 to >=2026.3 Updates the requirements on [tzdata](https://github.com/python/tzdata) to permit the latest version. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2026.2...2026.3) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2026.3' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 93f265c..5fe18b0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ pytest>=9.0.3 pytest-asyncio>=1.3.0 pytest-cov>=7.1.0 ruff>=0.15.13 -tzdata>=2026.2 +tzdata>=2026.3