diff --git a/poetry.lock b/poetry.lock index 21a0e67..2c6a4f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2602,13 +2602,13 @@ test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"] [[package]] name = "typer" -version = "0.12.5" +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.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.dependencies] @@ -2775,4 +2775,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "998ad5c578aaa6dca29a3433cd0a024e83b78d1be89ca2ed10731ddd162bf08a" +content-hash = "8e6549ab2a4a412ef5a3e747323fba9c9a60282e78da8ccd5dda77f1ce748c22" diff --git a/pyproject.toml b/pyproject.toml index 91c9d35..15af6e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pymetasnap = "extractor.main:app" [tool.poetry.dependencies] python = "^3.8" -typer = {extras = ["all"], version = ">=0.9,<0.13"} +typer = {extras = ["all"], version = ">=0.9,<0.14"} rich = "^13.4.1" shellingham = "^1.5.0.post1" openpyxl = "^3.1.2"