summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-22 07:33:33 +0000
committerGitHub <noreply@github.com>2023-09-22 07:33:33 +0000
commita7da880cbfe551996d6d3b9c0021d8ca3505b3e2 (patch)
treef373f32e540668c92ae6dcf04f0007ab570f444a
parent71358e9c673247e16125dc32b70f2553c469d814 (diff)
downloadsearx-dependabot/pip/master/typing-extensions-4.8.0.tar.gz
searx-dependabot/pip/master/typing-extensions-4.8.0.zip
Bump typing-extensions from 4.7.1 to 4.8.0dependabot/pip/master/typing-extensions-4.8.0
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.7.1...4.8.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>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 8818b563e..002bc0245 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,6 +14,6 @@ httpx-socks[asyncio]==0.7.7
setproctitle==1.3.2
redis==4.6.0
markdown-it-py==3.0.0
-typing_extensions==4.7.1
+typing_extensions==4.8.0
fasttext-predict==0.9.2.1
pytomlpp==1.0.13