diff --git a/poetry.lock b/poetry.lock index 46283ae..efdf5b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1796,13 +1796,13 @@ files = [ [[package]] name = "typer" -version = "0.12.3" +version = "0.13.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"}, - {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"}, + {file = "typer-0.13.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"}, + {file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"}, ] [package.dependencies] @@ -2011,4 +2011,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "ef7d29cf48e44b3f9be078febfacdf2bc7c4d67e5493f0ad960fec70eb82b101" +content-hash = "c0f9873923b9fdef6ae192bd2b0c97a36b6e83c7652ddbcbfb9137c23bed738f" diff --git a/pyproject.toml b/pyproject.toml index f5e7009..00674a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python = ">=3.9,<4.0" pygithub = ">=1.59.1,<3.0.0" rtoml = ">=0.9.0,<1.0.0" simple-toml-settings = ">=0.4.0,<1.0.0" -typer = ">=0.9,<0.13" +typer = ">=0.9,<0.14" rich = ">=13.6.0" [build-system] diff --git a/requirements-dev.txt b/requirements-dev.txt index effa79f..7c79017 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -83,7 +83,7 @@ smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0" termcolor==2.3.0 ; python_version >= "3.9" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.9" and python_version < "4.0" toolz==0.12.0 ; python_version >= "3.9" and python_version < "4.0" -typer==0.12.3 ; python_version >= "3.9" and python_version < "4.0" +typer==0.13.0 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0" virtualenv==20.24.6 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 6d228b9..15360e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0" rtoml==0.11.0 ; python_version >= "3.9" and python_version < "4.0" shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0" simple-toml-settings==0.6.1 ; python_version >= "3.9" and python_version < "4.0" -typer==0.12.3 ; python_version >= "3.9" and python_version < "4.0" +typer==0.13.0 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0" wrapt==1.15.0 ; python_version >= "3.9" and python_version < "4.0"