Skip to content

Commit cb1a4ea

Browse files
chore(deps): update typing-extensions requirement from ~=4.1 to ~=4.2 (#711)
Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG) - [Commits](python/typing@4.1.0...4.2.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5b0526 commit cb1a4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pytest = "~=7.1"
1515
pytest-cov = "~=3.0"
1616

1717
tox = "~=3.25"
18-
typing-extensions = "~=4.1"
18+
typing-extensions = "~=4.2"
1919

2020
httpretty = "~=1.1"
2121
python-dateutil = "~=2.8"

0 commit comments

Comments
 (0)