diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-11 07:32:37 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-10-11 18:39:35 +0200 |
commit | 1b8db63b3351f39d5eded87d4226ea3289113472 (patch) | |
tree | e0b972c07967c7b1de20da7804e01f5314e98634 /requirements.txt | |
parent | 5a32ee410b63ffdd1796bef7c5e2c7d999b2f7f7 (diff) | |
download | searxng-1b8db63b3351f39d5eded87d4226ea3289113472.tar.gz searxng-1b8db63b3351f39d5eded87d4226ea3289113472.zip |
[upd] pypi: Bump pydantic from 2.8.2 to 2.9.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.9.2)
---
updated-dependencies:
- dependency-name: pydantic
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 94fc2090f..54b3f364c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ redis==5.0.8 markdown-it-py==3.0.0 fasttext-predict==0.9.2.2 pytomlpp==1.0.13; python_version < '3.11' -pydantic==2.8.2 +pydantic==2.9.2 eval_type_backport; python_version < '3.9' typer-slim==0.12.5 |