Skip to content

Commit 083e6e2

Browse files
DEP(deps): Update pytz requirement from ~=2024.2 to ~=2025.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](stub42/pytz@release_2024.2...release_2025.2) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4f454c commit 083e6e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requeriments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ requests~=2.32.3
33
six>=1.16,<2
44
cachetools~=5.5.2
55
pycryptodome~=3.21
6-
pytz~=2024.2
6+
pytz~=2025.2
77
confuse~=2.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"six>=1.16,<1.18",
99
"cachetools>=5.0,<5.6",
1010
"pycryptodome>=3.13,<3.22",
11-
"pytz>=2021.3,<2025.0",
11+
"pytz>=2021.3,<2026.0",
1212
"confuse>=1.7,<2.1",
1313
],
1414
packages=[

0 commit comments

Comments
 (0)