diff --git a/poetry.lock b/poetry.lock index 096b04e..a0668fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -717,13 +717,13 @@ six = ">=1.5" [[package]] name = "python-slugify" -version = "6.1.2" +version = "8.0.4" description = "A Python slugify application that also handles Unicode" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=3.7" files = [ - {file = "python-slugify-6.1.2.tar.gz", hash = "sha256:272d106cb31ab99b3496ba085e3fea0e9e76dcde967b5e9992500d1f785ce4e1"}, - {file = "python_slugify-6.1.2-py2.py3-none-any.whl", hash = "sha256:7b2c274c308b62f4269a9ba701aa69a797e9bca41aeee5b3a9e79e36b6656927"}, + {file = "python-slugify-8.0.4.tar.gz", hash = "sha256:59202371d1d05b54a9e7720c5e038f928f45daaffe41dd10822f3907b937c856"}, + {file = "python_slugify-8.0.4-py2.py3-none-any.whl", hash = "sha256:276540b79961052b66b7d116620b36518847f52d5fd9e3a70164fc8c50faa6b8"}, ] [package.dependencies] @@ -976,4 +976,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "86252b559b7abaa1f891448ceb2185080478eed4811062400b09af25845e3625" +content-hash = "0d0fe9a6af20451f0e56bb406f546c0f46483aa50c22329e2f35900597c8f6e0" diff --git a/pyproject.toml b/pyproject.toml index 19e49f1..3e8e502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python = "^3.8" engarde = "^0.4.0" joblib = "^1" pandas = "^1.4.1" -python-slugify = ">=5.0.2,<7.0.0" +python-slugify = ">=5.0.2,<9.0.0" tabulate = ">=0.8.9,<0.10.0" toucan-client = "^1.1.0"