diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-29 14:10:44 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-01-29 15:25:39 +0100 |
commit | 6d819c287973987288d9987b730c3163744fbbc4 (patch) | |
tree | 175582eca6f30d1afb1350dde518a48abb99cc88 /requirements.txt | |
parent | a962aab9b086bc2647e461f10b6e9c6f7bc06904 (diff) | |
download | searxng-6d819c287973987288d9987b730c3163744fbbc4.tar.gz searxng-6d819c287973987288d9987b730c3163744fbbc4.zip |
Bump typing-extensions from 4.8.0 to 4.9.0
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.8.0 to 4.9.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.8.0...4.9.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 15756d515..917e9ad5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,6 @@ httpx-socks[asyncio]==0.7.7 setproctitle==1.3.3 redis==5.0.1 markdown-it-py==3.0.0 -typing_extensions==4.8.0 +typing_extensions==4.9.0 fasttext-predict==0.9.2.2 pytomlpp==1.0.13 |