diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-02-17 09:02:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 09:02:28 +0100 |
| commit | a65d8e2cf79c28ca93ed8ce0563132a21fabdfc3 (patch) | |
| tree | fb0fc28d0591556727ae3e7a9666bd3404e25ebc | |
| parent | 52f6bc745bfff4f0cb523098fae624656e54c82e (diff) | |
| parent | 331b14906deb9ff098576932c1097be7eb911ee3 (diff) | |
Merge pull request #2198 from searxng/dependabot/pip/master/typing-extensions-4.5.0
Bump typing-extensions from 4.4.0 to 4.5.0
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a261a0488..89e558b9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ httpx-socks[asyncio]==0.7.2 setproctitle==1.3.2 redis==4.5.1 markdown-it-py==2.1.0 -typing_extensions==4.4.0 +typing_extensions==4.5.0 fasttext-predict==0.9.2.1 |