diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-26 07:56:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 07:56:37 +0000 |
commit | 8ce08f201bd1357bca6b4e36554d2d59299688ea (patch) | |
tree | 33faee8435105d15f625e77b7dd6a93cec7da64c | |
parent | b2d0b7435710f1d2b989d5db71dd5de9af3992d0 (diff) | |
download | searxng-8ce08f201bd1357bca6b4e36554d2d59299688ea.tar.gz searxng-8ce08f201bd1357bca6b4e36554d2d59299688ea.zip |
Bump typing-extensions from 4.5.0 to 4.6.2
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.5.0 to 4.6.2.
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.5.0...4.6.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>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4c4a1356e..0bb3eafb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ httpx-socks[asyncio]==0.7.2 setproctitle==1.3.2 redis==4.5.5 markdown-it-py==2.2.0 -typing_extensions==4.5.0 +typing_extensions==4.6.2 fasttext-predict==0.9.2.1 |