diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-29 07:34:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-29 07:34:11 +0000 |
commit | 2540e7fb79b523bea45d2d07c0c7a60eb4a9794f (patch) | |
tree | 140878cfc51b1d4062ef18c7eb8651334de42b73 | |
parent | 32260a2738852f1a8a9d3516c6479f2af0f59681 (diff) | |
download | searxng-dependabot/pip/master/typer-slim-0.14.0.tar.gz searxng-dependabot/pip/master/typer-slim-0.14.0.zip |
[upd] pypi: Bump typer-slim from 0.13.1 to 0.14.0dependabot/pip/master/typer-slim-0.14.0
Bumps [typer-slim](https://github.com/fastapi/typer) from 0.13.1 to 0.14.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.13.1...0.14.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 03babb7a8..028c6217f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ 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.1 +typer-slim==0.14.0 isodate==0.7.2 |