Skip to content

Commit

Permalink
Bump typing-extensions from 3.7.4.3 to 3.10.0.2 (#6244)
Browse files Browse the repository at this point in the history
Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.3 to 3.10.0.2.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](python/typing@3.7.4.3...3.10.0.2)

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

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 Nov 4, 2021
1 parent adf0194 commit c462e1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ frozenlist==1.2.0
gunicorn==20.1.0
idna-ssl==1.1.0; python_version<"3.7"
typing==3.7.4.3; python_version<"3.7"
typing_extensions==3.7.4.3
typing_extensions==3.10.0.2
uvloop==0.14.0; platform_system!="Windows" and implementation_name=="cpython" and python_version<"3.9" # MagicStack/uvloop#14
yarl==1.7.2
zipp==3.4.1; python_version<"3.7"
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r multidict.txt
cython==0.29.24
typing_extensions==3.7.4.3 # required for parsing aiohttp/hdrs.py by tools/gen.py
typing_extensions==3.10.0.2 # required for parsing aiohttp/hdrs.py by tools/gen.py
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mypy==0.910; implementation_name=="cpython"
pre-commit==2.15.0
pytest==6.2.5
types-chardet==0.1.3
typing_extensions==3.7.4.3
typing_extensions==3.10.0.2

0 comments on commit c462e1a

Please sign in to comment.