diff --git a/poetry.lock b/poetry.lock index 669263a..bc80ab3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2974,13 +2974,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typer" -version = "0.13.1" +version = "0.15.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.13.1-py3-none-any.whl", hash = "sha256:5b59580fd925e89463a29d363e0a43245ec02765bde9fb77d39e5d0f29dd7157"}, - {file = "typer-0.13.1.tar.gz", hash = "sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"}, + {file = "typer-0.15.0-py3-none-any.whl", hash = "sha256:bd16241db7e0f989ce1a0d8faa5aa1e43b9b9ac3fd1d4b8bcff91503d6717e38"}, + {file = "typer-0.15.0.tar.gz", hash = "sha256:8995452a598922ed8d8ad8c06ca63a218881ab601f5fa6fb0c511f7776497c7e"}, ] [package.dependencies] @@ -3400,4 +3400,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "7fa9ee2bf35b6a615e3b8420975cbc63a23aeeb38553ca2e51c3cb69d62f6a97" +content-hash = "488c573c5a34a8bbf26dcc9ce28bca0eeb565c8650549bb59a2435853eba6ab6" diff --git a/pyproject.toml b/pyproject.toml index 12ed718..ed6e125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ biopython = "^1.81" deprecated = "^1.2.13" mashumaro = "^3.7" urllib3 = "2.2.3" -typer = ">=0.9,<0.14" +typer = ">=0.9,<0.16" [tool.poetry.group.dev.dependencies]