Skip to content

Commit

Permalink
Security Update: Upgrade typing-extensions to 4.0.0.0
Browse files Browse the repository at this point in the history
There are several new tools that only support typing-extensions >= 4.0, and the 3.0 version has no security updates in the last 2 years.
  • Loading branch information
sdaves authored May 1, 2023
1 parent bebd4b7 commit 6e708e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["src/pfun/py.typed", "src/pfun/*.c"]

[tool.poetry.dependencies]
python = ">= 3.7, < 3.11"
typing-extensions = "^3.10.0.0"
typing-extensions = "^4.0.0.0"
aiohttp = {extras = ["speedups"], version = "^3.7.4", optional = true}
asyncpg = {version = "^0.23.0", optional = true}
hypothesis = {version = "^6.8.5", optional = true}
Expand Down

0 comments on commit 6e708e8

Please sign in to comment.