diff --git a/yafs/poetry.lock b/yafs/poetry.lock index 3b96f61..ccf1e72 100644 --- a/yafs/poetry.lock +++ b/yafs/poetry.lock @@ -494,13 +494,13 @@ files = [ [[package]] name = "click" -version = "8.1.7" +version = "8.1.8" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, - {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, + {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}, + {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"}, ] [package.dependencies] @@ -3262,4 +3262,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8e0c0488bfaf391bd8aa1d5c1c8e32bc58115a6aa16c109719db8543c46de42e" +content-hash = "d53f29e662b86f508a5e662160597b1406bfed713fc938063589adcfe8a662a3" diff --git a/yafs/pyproject.toml b/yafs/pyproject.toml index 741967c..d013da9 100644 --- a/yafs/pyproject.toml +++ b/yafs/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" python = "^3.12" pytest = "^8.3.4" playwright = "^1.49.1" -click = "^8.1.7" +click = "^8.1.8" python-slugify = "^8.0.4"