Skip to content

Commit 18252c3

Browse files
authored
Merge branch 'main' into deprecate-python39
2 parents e4070c2 + 1c836bc commit 18252c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ packaging = ["build==1.3.0", "twine==6.2.0"]
7070
tests = ["pytest==8.4.2"]
7171
type_check = [
7272
"mypy==1.18.2",
73-
"types-python-dateutil==2.9.0.20250822",
74-
"types-pytz==2025.2.0.20250809",
73+
"types-python-dateutil==2.9.0.20251008",
74+
"types-pytz==2025.2.0.20250809"
7575
]
7676

7777
[project.urls]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile pyproject.toml
66
#
7-
holidays==0.81 ; python_version >= "3.9"
7+
holidays==0.82 ; python_version >= "3.9"
88
# via bdew_datetimes (pyproject.toml)
99
python-dateutil==2.9.0.post0
1010
# via

0 commit comments

Comments
 (0)