Skip to content

Commit 8ee7117

Browse files
authored
Merge pull request #40 from eadwinCode/dependabot/pip/typer-gte-0.6.1-and-lt-0.8.0
Update typer requirement from <0.7.0,>=0.6.1 to >=0.6.1,<0.8.0
2 parents ae40109 + a0bdd0b commit 8ee7117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
4747
"jinja2",
4848
# cli
49-
"typer >=0.6.1,<0.7.0",
49+
"typer >=0.6.1,<0.8.0",
5050
# testing
5151
"httpx >= 0.22.0"
5252
]

0 commit comments

Comments
 (0)