Skip to content

Commit 03201b2

Browse files
committed
Upgrade test requirements pytest to 8.3.5 and syrupy to 4.9.0
Signed-off-by: Thomas Lauf <[email protected]>
1 parent 69ae86b commit 03201b2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Upgrade test requirements pytest to 8.3.5 and syrupy to 4.9.0
2+
13
2025.1.0
24
- DE: Document legal sources for region 'TH' (Thüringen)
35
- DE: Add holiday "Fronleichnam" in region 'TH' for communities with catholic majority

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ docopt==0.6.2
33
iniconfig==2.0.0
44
packaging==24.2
55
pluggy==1.5.0
6-
pytest==8.3.3
6+
pytest==8.3.5
77
python-dateutil==2.9.0.post0
8-
six==1.16.0
9-
syrupy==4.7.2
10-
types-python-dateutil==2.9.0.20241003
8+
six==1.17.0
9+
syrupy==4.9.0
10+
types-python-dateutil==2.9.0.20241206

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
],
4040
extras_require={
4141
"test": [
42-
"pytest >= 7.4.2",
43-
"syrupy >= 4.6.1",
42+
"pytest >= 8.3.5",
43+
"syrupy >= 4.9.0",
4444
]
4545
},
4646
scripts=["bin/holidata"],

0 commit comments

Comments
 (0)