File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424from ozi_core .ui .defaults import COPYRIGHT_HEAD
2525from ozi_core .vendor .email_validator import validate_email
2626from ozi_core .vendor .email_validator .exceptions_types import EmailNotValidError
27+
2728# mock webui for pytest test discovery
2829try :
2930 from webui import webui # type: ignore
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ dependencies = [
77 ' dnspython~=2.7.0' ,
88 ' idna~=3.10' ,
99 ' meson[ninja]~=1.1' ,
10- ' ozi-templates==2.22.0 ' ,
10+ ' ozi-templates==2.22.2 ' ,
1111 ' ozi-spec==0.24.0' ,
1212 ' packaging~=24.1' ,
1313 ' platformdirs~=4.3' ,
1414 ' prompt-toolkit~=3.0.48' ,
1515 ' pyparsing~=3.1' ,
1616 ' reverse-argparse~=2.0' ,
17- ' niquests~=3.13 .0' ,
17+ ' niquests~=3.14 .0' ,
1818 ' spdx-license-list==3.26.0' ,
1919 ' trove-classifiers==2025.3.19.19' ,
2020 ' types-PyYAML~=6.0' ,
You can’t perform that action at this time.
0 commit comments