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:
dependabot[bot]
2025-09-17 08:59:03 -05:00
committed by GitHub
parent 9bb9d0b944
commit e878314414

View File

@@ -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",