From 9eb49797cd1abafbd6b18e975843f2b0de4d7725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:53:23 +0000 Subject: [PATCH] chore(deps): bump tzdata from 2026.2 to 2026.3 Bumps [tzdata](https://github.com/python/tzdata) from 2026.2 to 2026.3. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0117bde5..71b32c6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ pyyaml==6.0.3 ; python_version >= "3.10" and python_version < "4.0" requests==2.34.2 ; python_version >= "3.10" and python_version < "4.0" six==1.17.0 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.16.0 ; python_version >= "3.10" and python_version < "4.0" -tzdata==2026.2 ; python_version >= "3.10" and python_version < "4.0" +tzdata==2026.3 ; python_version >= "3.10" and python_version < "4.0" urllib3==2.7.0 ; python_version >= "3.10" and python_version < "4.0"