Skip to content

Commit 02c5bf1

Browse files
committed
bump typing extension
1 parent 489fafc commit 02c5bf1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = ["rich/py.typed"]
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.6.2"
30-
typing-extensions = { version = ">=3.7.4, <5.0", python = "<3.9" }
30+
typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }
3131
dataclasses = { version = ">=0.7,<0.9", python = "<3.7" }
3232
pygments = "^2.6.0"
3333
commonmark = "^0.9.0"

0 commit comments

Comments
 (0)