diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-18 07:07:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 07:07:29 +0000 |
commit | ca2e878f34e9a8ba5c4222960b17bb4a35795db1 (patch) | |
tree | 859aa41607bb41aa84dd204197397d2a6c0f636e /requirements.txt | |
parent | 288e3086d2a67aaee45576f13b032f31ab782b45 (diff) | |
download | searxng-ca2e878f34e9a8ba5c4222960b17bb4a35795db1.tar.gz searxng-ca2e878f34e9a8ba5c4222960b17bb4a35795db1.zip |
Bump typing-extensions from 4.0.1 to 4.1.1
Bumps [typing-extensions](https://github.com/python/typing) from 4.0.1 to 4.1.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/compare/4.0.1...4.1.1)
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0f9f03d12..071de92b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ langdetect==1.0.9 setproctitle==1.2.2 redis==4.1.3 mistletoe==0.8.2 -typing_extensions==4.0.1 +typing_extensions==4.1.1 |