diff --git a/poetry.lock b/poetry.lock index 2feef2e5..5e1e1c7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3960,13 +3960,13 @@ wsproto = ">=0.14" [[package]] name = "typer" -version = "0.13.0" +version = "0.14.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.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"}, - {file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"}, + {file = "typer-0.14.0-py3-none-any.whl", hash = "sha256:f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09"}, + {file = "typer-0.14.0.tar.gz", hash = "sha256:af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a"}, ] [package.dependencies] @@ -4332,4 +4332,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.11" -content-hash = "0c02c6170e0fac7ffc8b477263583fef95c5b186b171455761b1c11f49cf479a" +content-hash = "1d1f9931407efc64d4208fd28314f1c07bb5b1169cd4a4b629aeafe77ec6b8aa" diff --git a/pyproject.toml b/pyproject.toml index 31343684..5570b0a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ prompt-toolkit = "^3.0.43" termcolor = "^2.4.0" gitpython = "^3.1.41" requests = "^2.31.0" -typer = "^0.13.0" +typer = "^0.14.0" pyfiglet = "^1.0.2" langchain-openai = ">=0.2,<0.3" selenium = "^4.17.2"