mirror of
https://github.com/BoPeng/ai-marketplace-monitor.git
synced 2025-12-23 22:28:18 -05:00
Update typer requirement from <0.17.0,>=0.15.1 to >=0.15.1,<0.18.0 (#262)
Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.15.1...0.17.4) --- updated-dependencies: - dependency-name: typer dependency-version: 0.17.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bo <BoPeng@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
dependencies = [
|
||||
"typer>=0.15.1,<0.17.0",
|
||||
"typer>=0.15.1,<0.18.0",
|
||||
"playwright>=1.41.0",
|
||||
"rich>=13.7.0",
|
||||
"pushbullet.py>=0.12.0",
|
||||
|
||||
Reference in New Issue
Block a user