diff --git a/poetry.lock b/poetry.lock index 9101969..0f6ff2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -260,14 +260,14 @@ files = [ [[package]] name = "click" -version = "8.1.8" +version = "8.3.1" description = "Composable command line interface toolkit" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}, - {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"}, + {file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"}, + {file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"}, ] [package.dependencies] @@ -2949,4 +2949,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "1b49cca6eed97f3876d7c95ece6c733122befc9b62bb9e81506d5daf651f961d" +content-hash = "47d7fc22639541abcfd0b13faab1dbf43beb0ea9154276377a6af4fe9df0d948" diff --git a/pyproject.toml b/pyproject.toml index 8766e58..99de02e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ langgraph = "^0.3.0" langgraph-checkpoint = "^2.0.12" langsmith = "^0.3.45" python-dotenv = "^1.0.1" -click = "^8.1.7" +click = "^8.3.1" playwright = "^1.47.0" networkx = "^3.6" matplotlib = "^3.9.2"