From ca828a7eaccb07106ef8f26e6707383ba298cd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:02:44 +0000 Subject: [PATCH] DEP(deps): Update pytz requirement from ~=2026.1 to ~=2026.2 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_2026.1.post1...release_2026.2) --- updated-dependencies: - dependency-name: pytz dependency-version: '2026.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requeriments.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6a33fff..1e4d89b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ requests>=2.27.1,<2.34.0 six>=1.17.0,<1.18 cachetools>=7.0.6,<7.1 pycryptodome>=3.23.0,<3.24 -pytz>=2026.1.post1,<2027.0 +pytz>=2026.2,<2027.0 confuse>=2.2.0,<2.3 python-dotenv pyyaml diff --git a/requeriments.txt b/requeriments.txt index 53f6eb6..d29277e 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -3,5 +3,5 @@ requests~=2.33.1 six>=1.16,<2 cachetools~=7.0.6 pycryptodome~=3.23 -pytz~=2026.1 +pytz~=2026.2 confuse~=2.2.0 \ No newline at end of file