diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-12-25 10:37:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-25 10:37:02 +0000 |
| commit | 00c282d5c8a5b79a6a8a097f6953b32bb78a00cc (patch) | |
| tree | afed551e6c490563bbe8291ecbc55bb8955fc7f5 | |
| parent | Merge pull request #1 from Fuwn/renovate/configure (diff) | |
| download | machinis-renovate/typer-0.x.tar.xz machinis-renovate/typer-0.x.zip | |
fix(deps): update dependency typer to ^0.21.0renovate/typer-0.x
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2471156..defb47f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ openai = "^0.23.0" loguru = "^0.6.0" icecream = "^2.1.3" sanic = "^22.6.2" -typer = { extras = ["all"], version = "^0.6.1" } +typer = { extras = ["all"], version = "^0.21.0" } rich = "^12.5.1" httpx = "0.23.0" surrealdb = { git = "https://github.com/surrealdb/surrealdb.py", branch = "main" } |