File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ - Upgrade test requirements pytest to 8.3.5 and syrupy to 4.9.0
2
+
1
3
2025.1.0
2
4
- DE: Document legal sources for region 'TH' (Thüringen)
3
5
- DE: Add holiday "Fronleichnam" in region 'TH' for communities with catholic majority
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ docopt==0.6.2
3
3
iniconfig == 2.0.0
4
4
packaging == 24.2
5
5
pluggy == 1.5.0
6
- pytest == 8.3.3
6
+ pytest == 8.3.5
7
7
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
Original file line number Diff line number Diff line change 39
39
],
40
40
extras_require = {
41
41
"test" : [
42
- "pytest >= 7.4.2 " ,
43
- "syrupy >= 4.6.1 " ,
42
+ "pytest >= 8.3.5 " ,
43
+ "syrupy >= 4.9.0 " ,
44
44
]
45
45
},
46
46
scripts = ["bin/holidata" ],
You can’t perform that action at this time.
0 commit comments