diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-08 07:04:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 07:04:04 +0000 |
commit | 338d5b7075e020ba794276b6dd89c58017f09b76 (patch) | |
tree | dbbb5c2ceacca60e3d56317f278e35a92e4e3aa8 | |
parent | cd384a8a60eecd4ea36823cd4ba5ee5daab75e0d (diff) | |
download | searxng-dependabot/pip/master/typer-slim-0.13.0.tar.gz searxng-dependabot/pip/master/typer-slim-0.13.0.zip |
[upd] pypi: Bump typer-slim from 0.12.5 to 0.13.0dependabot/pip/master/typer-slim-0.13.0
Bumps [typer-slim](https://github.com/fastapi/typer) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.12.5...0.13.0)
---
updated-dependencies:
- dependency-name: typer-slim
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 94578abbf..d7cc5b630 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ fasttext-predict==0.9.2.2 tomli==2.0.2; python_version < '3.11' msgspec==0.18.6 eval_type_backport; python_version < '3.9' -typer-slim==0.12.5 +typer-slim==0.13.0 |