diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-30 07:20:26 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-06-30 11:44:36 +0200 |
commit | 69dd54ebf96cc225cea73a36beef4a4bc8e4092b (patch) | |
tree | 32f954441e0212bfa3c7b8be305f8d40d6f03e37 | |
parent | e2917e64ff9d5ecfacc5b3ad5618ebdd4142686c (diff) | |
download | searxng-69dd54ebf96cc225cea73a36beef4a4bc8e4092b.tar.gz searxng-69dd54ebf96cc225cea73a36beef4a4bc8e4092b.zip |
Bump typing-extensions from 4.6.3 to 4.7.0
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.6.3 to 4.7.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.6.3...4.7.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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 86e7ef662..10ebc2df7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,6 @@ httpx-socks[asyncio]==0.7.2 setproctitle==1.3.2 redis==4.5.5 markdown-it-py==3.0.0 -typing_extensions==4.6.3 +typing_extensions==4.7.0 fasttext-predict==0.9.2.1 pytomlpp==1.0.13 |