diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-07 07:51:18 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-07-07 21:14:06 +0200 |
commit | 6ece9412eb3da3698145d31ba5fc920344cb2fd6 (patch) | |
tree | 0bb1484f37accd04e029c6e8b48a2325b4657da9 /requirements.txt | |
parent | 4a2f310da344924b664beb3c1dc9adb3e7c462cd (diff) | |
download | searxng-6ece9412eb3da3698145d31ba5fc920344cb2fd6.tar.gz searxng-6ece9412eb3da3698145d31ba5fc920344cb2fd6.zip |
Bump typing-extensions from 4.7.0 to 4.7.1
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.0 to 4.7.1.
- [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.0...4.7.1)
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 63d9fef89..bdb807e73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,6 @@ httpx-socks[asyncio]==0.7.2 setproctitle==1.3.2 redis==4.6.0 markdown-it-py==3.0.0 -typing_extensions==4.7.0 +typing_extensions==4.7.1 fasttext-predict==0.9.2.1 pytomlpp==1.0.13 |