8000 TST: Bump pytz to 2023.3.post1 · numpy/numpy@a4f3c22 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4f3c22

Browse files
QuLogiccharris
authored andcommitted
TST: Bump pytz to 2023.3.post1
This version fixes the DeprecationWarning in Python 3.12: ``` DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). ```
1 parent 59c97a0 commit a4f3c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ setuptools==59.2.0 ; python_version < '3.12'
44
setuptools ; python_version >= '3.12'
55
hypothesis==6.81.1
66
pytest==7.4.0
7-
pytz==2023.3
7+
pytz==2023.3.post1
88
pytest-cov==4.1.0
99
meson
1010
pytest-xdist

0 commit comments

Comments
 (0)
0