Skip to content

Commit c1011cc

Browse files
chore(deps): update typing-extensions requirement from 4.13.2 to 4.14.0
Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [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.13.2...4.14.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2ebbfb commit c1011cc

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
@@ -33,7 +33,7 @@ classifiers = [
3333
python = "^3.9"
3434
numpy = "2.0.2"
3535
pandas = "2.3.0"
36-
typing_extensions = "4.13.2"
36+
typing_extensions = "4.14.0"
3737
beartype = "0.20.2"
3838
docutils = "0.21.2"
3939
reportlab = "4.4.1"

0 commit comments

Comments
 (0)