diff --git a/pdm.lock b/pdm.lock index 512835d..d7bcab7 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "all", "dev", "standard"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:63ffcf2ac123d7674d2fa001d9ca07b8d85e29f863cbf239ad0054bc7a6f3594" +content_hash = "sha256:d3b80f41fb6aea1c5be7f1ddb610544ff1becbb4821cbd39c953048e58675801" [[metadata.targets]] requires_python = "~=3.9" @@ -464,7 +464,7 @@ files = [ [[package]] name = "typer" -version = "0.12.5" +version = "0.13.0" requires_python = ">=3.7" summary = "Typer, build great CLIs. Easy to code. Based on Python type hints." groups = ["default", "dev"] @@ -475,8 +475,8 @@ dependencies = [ "typing-extensions>=3.7.4.3", ] files = [ - {file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"}, - {file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"}, + {file = "typer-0.13.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"}, + {file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index d007f75..66658f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ - "typer>=0.12.3,<0.13", + "typer>=0.12.3,<0.14", "emoji >=2.12.1,<3", "tomli>=2.0.1,<3; python_version < '3.11'" ]