File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ BuildRequires: python%{python3_pkgversion}-installer
9191BuildRequires: python%{python3_pkgversion}-poetry-core >= 1.2.0
9292BuildRequires: python%{python3_pkgversion}-wheel
9393# doc build requirements
94- BuildRequires: python%{python3_pkgversion}-typer >= 0.7 .0
94+ BuildRequires: python%{python3_pkgversion}-typer >= 0.9 .0
9595BuildRequires: python%{python3_pkgversion}-lxml
9696BuildRequires: python%{python3_pkgversion}-requests
9797BuildRequires: python%{python3_pkgversion}-setuptools
@@ -432,7 +432,7 @@ Requires: python%{python3_pkgversion}-yaml
432432Requires: python%{python3_pkgversion}-PyYAML
433433%endif
434434Requires: python%{python3_pkgversion}-simplejson
435- Requires: python%{python3_pkgversion}-typer >= 0.7 .0
435+ Requires: python%{python3_pkgversion}-typer >= 0.9 .0
436436Requires: python%{python3_pkgversion}-lxml
437437Requires: python%{python3_pkgversion}-requests
438438Requires: python%{python3_pkgversion}-setuptools
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ classifiers = [
5252
5353[tool .poetry .dependencies ]
5454python = " ^3.9"
55- typer = " >=0.7 .0"
55+ typer = " >=0.9 .0"
5656lxml = " >=4.6.0"
5757requests = " >=2.25.0"
5858PyYAML = " >=5.4.0"
You can’t perform that action at this time.
0 commit comments