diff --git a/poetry.lock b/poetry.lock index 4b5099e..653328c 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.14.0" +version = "0.15.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.14.0-py3-none-any.whl", hash = "sha256:f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09"}, - {file = "typer-0.14.0.tar.gz", hash = "sha256:af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a"}, + {file = "typer-0.15.1-py3-none-any.whl", hash = "sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847"}, + {file = "typer-0.15.1.tar.gz", hash = "sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a"}, ] [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 = "34e055aafc25fa2675e1c25267805c7eeff7277b1b1665d3f016aacb6e70445b" +content-hash = "8b04cd446c496adffd93c3f5dc1fb34c3b8287d4abed2782870dd591d8b0b126" diff --git a/pyproject.toml b/pyproject.toml index f9dc5a4..b7a9178 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.15"} +typer = {extras = ["all"], version = ">=0.9,<0.16"} rich = "^13.4.1" shellingham = "^1.5.0.post1" openpyxl = "^3.1.2"