diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-22 08:52:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 08:52:46 +0000 |
commit | 5a156a0befe0291c5d513a2483224faa51b2bbd9 (patch) | |
tree | 80e61f67bcf5b67d15ea4ccaa2895e07d8116e45 /requirements.txt | |
parent | f2c33550e567558bed1a0373885f0abb321fd4b0 (diff) | |
download | searxng-5a156a0befe0291c5d513a2483224faa51b2bbd9.tar.gz searxng-5a156a0befe0291c5d513a2483224faa51b2bbd9.zip |
Bump typing-extensions from 4.1.1 to 4.2.0
Bumps [typing-extensions](https://github.com/python/typing) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md)
- [Commits](https://github.com/python/typing/compare/4.1.1...4.2.0)
---
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 253ab139d..cd2334df4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ langdetect==1.0.9 setproctitle==1.2.3 redis==4.2.2 markdown-it-py==2.1.0 -typing_extensions==4.1.1 +typing_extensions==4.2.0 |