From 000d8f9bff8c587f764aa8e8a269cb21196dbe9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:17:17 +0000 Subject: [PATCH] chore(deps-dev): update tzdata requirement from >=2025.3 to >=2026.2 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/2025.3...2026.2) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2026.2' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev-exp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev-exp.txt b/requirements-dev-exp.txt index 7881e9018..8872d66ec 100644 --- a/requirements-dev-exp.txt +++ b/requirements-dev-exp.txt @@ -85,6 +85,6 @@ starlette>=0.52.1 tomlkit>=0.14.0 tornado>=6.5.5 traits>=7.1.0 -tzdata>=2025.3 +tzdata>=2026.2 urllib3>=2.6.3 uvicorn>=0.40.0