Skip to content

Commit

Permalink
Merge pull request #2157 from Textualize/bump-typing-extensions
Browse files Browse the repository at this point in the history
bump typing extension
  • Loading branch information
willmcgugan committed Apr 4, 2022
2 parents 489fafc + 02c5bf1 commit 9ab0758
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 pyproject.toml
Expand Up @@ -27,7 +27,7 @@ include = ["rich/py.typed"]

[tool.poetry.dependencies]
python = "^3.6.2"
typing-extensions = { version = ">=3.7.4, <5.0", python = "<3.9" }
typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }
dataclasses = { version = ">=0.7,<0.9", python = "<3.7" }
pygments = "^2.6.0"
commonmark = "^0.9.0"
Expand Down

0 comments on commit 9ab0758

Please sign in to comment.