Skip to content

Commit 7633f28

Browse files
DEP(deps): Update pytz requirement from ~=2026.1 to ~=2026.2 (#267)
Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a988899 commit 7633f28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requests>=2.27.1,<2.34.0
1212
six>=1.17.0,<1.18
1313
cachetools>=7.0.6,<7.1
1414
pycryptodome>=3.23.0,<3.24
15-
pytz>=2026.1.post1,<2027.0
15+
pytz>=2026.2,<2027.0
1616
confuse>=2.2.0,<2.3
1717
python-dotenv
1818
pyyaml

requeriments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ requests~=2.33.1
33
six>=1.16,<2
44
cachetools~=7.0.6
55
pycryptodome~=3.23
6-
pytz~=2026.1
6+
pytz~=2026.2
77
confuse~=2.2.0

0 commit comments

Comments
 (0)