Skip to content

Commit

Permalink
Build: Bump typing-extensions from 4.6.3 to 4.7.0 in /python (#7962)
Browse files Browse the repository at this point in the history
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.6.3 to 4.7.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.6.3...4.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent c76cda4 commit ba057af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions python/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 python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fastavro = "1.7.4"
coverage = { version = "^7.2.3", extras = ["toml"] }
requests-mock = "1.11.0"
moto = "^4.1.12"
typing-extensions = "^4.6.3"
typing-extensions = "^4.7.0"

[tool.poetry.scripts]
pyiceberg = "pyiceberg.cli.console:run"
Expand Down

0 comments on commit ba057af

Please sign in to comment.