diff --git a/poetry.lock b/poetry.lock index b5e6315..1a0013f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -643,22 +643,22 @@ files = [ [[package]] name = "pipdeptree" -version = "2.23.1" +version = "2.23.3" description = "Command line utility to show dependency tree of packages." optional = false python-versions = ">=3.8" files = [ - {file = "pipdeptree-2.23.1-py3-none-any.whl", hash = "sha256:b610a1232eca8c2c0232fff03a88afe6fed01706c73a314615c368f023313a12"}, - {file = "pipdeptree-2.23.1.tar.gz", hash = "sha256:ebc9b232d7e8ca061826f1875fd4ccc823930f84f327d302019d2ca856f50973"}, + {file = "pipdeptree-2.23.3-py3-none-any.whl", hash = "sha256:5115d6f9ea55be010bfff87da3cde32154cfe127b0cdfb4721ccf9d9d7cb6989"}, + {file = "pipdeptree-2.23.3.tar.gz", hash = "sha256:3fcfd4e72de13a37b7921bc160af840d514738f9ea81c3f9ce080bc1e1f4eb5a"}, ] [package.dependencies] -packaging = ">=23.1" -pip = ">=23.1.2" +packaging = ">=24.1" +pip = ">=24.2" [package.extras] -graphviz = ["graphviz (>=0.20.1)"] -test = ["covdefaults (>=2.3)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-console-scripts (>=1.4.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "virtualenv (>=20.25,<21)"] +graphviz = ["graphviz (>=0.20.3)"] +test = ["covdefaults (>=2.3)", "diff-cover (>=9.1.1)", "pytest (>=8.3.2)", "pytest-console-scripts (>=1.4.1)", "pytest-cov (>=5)", "pytest-mock (>=3.14)", "virtualenv (>=20.26.4,<21)"] [[package]] name = "platformdirs"