Skip to content

Commit

Permalink
build(deps): bump typing-extensions from 3.10.0.2 to 4.0.1 (#213)
Browse files Browse the repository at this point in the history
Bumps [typing-extensions](https://github.com/python/typing) from 3.10.0.2 to 4.0.1.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/commits)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 3, 2021
1 parent 47f8958 commit 2deb441
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 @@ -121,7 +121,7 @@ isodate = "^0.6.0"
openapi-core = ">=0.13.4,<0.13.7"
pyrsistent = ">=0.16,<0.19"
PyYAML = ">=5.1,<7.0"
typing-extensions = "^3.7"
typing-extensions = ">=3.7,<5.0"

[tool.poetry.dev-dependencies]
aioredis = {extras = ["hiredis"], version = "^2.0.0"}
Expand Down

0 comments on commit 2deb441

Please sign in to comment.