Skip to content

Commit

Permalink
Bump typing-extensions from 4.7.1 to 4.8.0
Browse files Browse the repository at this point in the history
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.7.1...4.8.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BrianPugh committed Sep 18, 2023
1 parent a5b1d59 commit b0f5481
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pythontemplate = "pythontemplate.cli.main:run_app"
# Be as loose as possible if writing a library.
python = "^3.8"
typer = ">=0.9.0"
typing-extensions = "^4.7.1"
typing-extensions = "^4.8.0"
rich = ">=10.11.0"

[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit b0f5481

Please sign in to comment.