diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-02 07:56:39 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-06-02 10:04:46 +0200 |
commit | d289a8b22515e36d015b51c95bce716427329ca5 (patch) | |
tree | 38d10aa9320c78901788d0ccdcec394b107d854c | |
parent | 789b43ab609427945bd4a009009681158be8516f (diff) | |
download | searxng-d289a8b22515e36d015b51c95bce716427329ca5.tar.gz searxng-d289a8b22515e36d015b51c95bce716427329ca5.zip |
Bump typing-extensions from 4.6.2 to 4.6.3
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.6.2 to 4.6.3.
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.6.2...4.6.3)
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 0bb3eafb0..19318f53b 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.6.2 +typing_extensions==4.6.3 fasttext-predict==0.9.2.1 |