diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-16 09:20:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-16 09:20:44 +0200 |
| commit | b8682ffc6930bca1fecccf5580c4b46f01612a13 (patch) | |
| tree | 3c86b0b2f87c412c3cc9a791620b0c610933e5ff /requirements.txt | |
| parent | 03083f07da0c6f9764b891041a7518d2e0cf4bea (diff) | |
[upd] pypi: Bump typer-slim from 0.15.3 to 0.15.4 in the minor group (#4789)
Bumps the minor group with 1 update: [typer-slim](https://github.com/fastapi/typer).
Updates `typer-slim` from 0.15.3 to 0.15.4
- [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.15.3...0.15.4)
---
updated-dependencies:
- dependency-name: typer-slim
dependency-version: 0.15.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 887e65202..f985965e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 tomli==2.2.1; python_version < '3.11' msgspec==0.19.0 -typer-slim==0.15.3 +typer-slim==0.15.4 isodate==0.7.2 |