Skip to content

Commit 3568bad

Browse files
committed
Set typer min version constraint
1 parent a2b8db8 commit 3568bad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/python-kiwi-spec-template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ BuildRequires: python%{python3_pkgversion}-installer
9191
BuildRequires: python%{python3_pkgversion}-poetry-core >= 1.2.0
9292
BuildRequires: 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
9595
BuildRequires: python%{python3_pkgversion}-lxml
9696
BuildRequires: python%{python3_pkgversion}-requests
9797
BuildRequires: python%{python3_pkgversion}-setuptools
@@ -432,7 +432,7 @@ Requires: python%{python3_pkgversion}-yaml
432432
Requires: python%{python3_pkgversion}-PyYAML
433433
%endif
434434
Requires: python%{python3_pkgversion}-simplejson
435-
Requires: python%{python3_pkgversion}-typer >= 0.7.0
435+
Requires: python%{python3_pkgversion}-typer >= 0.9.0
436436
Requires: python%{python3_pkgversion}-lxml
437437
Requires: python%{python3_pkgversion}-requests
438438
Requires: python%{python3_pkgversion}-setuptools

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ classifiers = [
5252

5353
[tool.poetry.dependencies]
5454
python = "^3.9"
55-
typer = ">=0.7.0"
55+
typer = ">=0.9.0"
5656
lxml = ">=4.6.0"
5757
requests = ">=2.25.0"
5858
PyYAML = ">=5.4.0"

0 commit comments

Comments
 (0)