Skip to content

Commit

Permalink
build(deps): update dependency typing_extensions to v4 (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 14, 2021
1 parent 39db25b commit af38c4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
python = "^3.7"
# dependencies
requests = "^2.23.0"
typing_extensions = ">=3.7.4.2,<4.0.0.0"
typing_extensions = ">=3.7.4.2,<4.0.2.0"
# build document
sphinx = { version = "==4.3.0", optional = true }
sphinx-rtd-theme = { version = "==1.0.0", optional = true }
Expand Down

0 comments on commit af38c4f

Please sign in to comment.