diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-22 07:48:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 07:48:08 +0000 |
commit | dcdb9eb584889acbf8ccded898a426610fb488cd (patch) | |
tree | 7027776b1305f576da1972d12b86fa742095b90a | |
parent | 10d3af84b833ab2f2d1095efa3a7ba240ffb32fc (diff) | |
download | searxng-dependabot/pip/master/typer-slim-0.13.1.tar.gz searxng-dependabot/pip/master/typer-slim-0.13.1.zip |
[upd] pypi: Bump typer-slim from 0.13.0 to 0.13.1dependabot/pip/master/typer-slim-0.13.1
Bumps [typer-slim](https://github.com/fastapi/typer) from 0.13.0 to 0.13.1.
- [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.13.0...0.13.1)
---
updated-dependencies:
- dependency-name: typer-slim
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 d8a5bc097..5fbda8061 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.13.0 +typer-slim==0.13.1 |