Skip to content

Commit d2c8194

Browse files
Update typing-extensions requirement from >= 4.7.1 to >=4.13.2
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.7.1...4.13.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1aeee53 commit d2c8194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python = "^3.8"
1515
urllib3 = ">= 1.25.3 < 3.0.0"
1616
python-dateutil = ">= 2.8.2"
1717
pydantic = ">= 2"
18-
typing-extensions = ">= 4.7.1"
18+
typing-extensions = ">=4.13.2"
1919

2020
[tool.poetry.dev-dependencies]
2121
pytest = ">= 7.2.1"

0 commit comments

Comments
 (0)