Skip to content

Commit

Permalink
feat(deps): remove unused typing-extensions constraints
Browse files Browse the repository at this point in the history
PullRequest and details via #224

Signed-off-by: gruebel <[email protected]>
  • Loading branch information
gruebel authored May 17, 2022
1 parent 04f3671 commit 2ce358a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 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: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ packageurl-python = ">= 0.9"
setuptools = ">= 47.0.0"
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
toml = "^0.10.0"
# `typing-extensions` need to stay in sync with major version of `python`
typing-extensions = { version = "^3.10", python = "< 3.8" }
# `types-setuptools` need to stay in sync with version of `setuptools` - but 47 was not typed...
types-setuptools = ">= 57.0.0"
# `types-toml` need to stay in sync with version of `toml`
Expand Down
1 change: 0 additions & 1 deletion requirements.lowest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ packageurl-python == 0.9.0
setuptools == 47.0.0
importlib-metadata == 3.4.0 # ; python_version < '3.8'
toml == 0.10.0
typing-extensions == 3.10.0 # ; python_version < '3.8'
types-setuptools == 57.0.0
types-toml == 0.10.0

0 comments on commit 2ce358a

Please sign in to comment.