[stubsabot] Bump python-slugify to 6.1.* (#8208)

This commit is contained in:
Shantanu
2022-06-29 22:24:42 +05:30
committed by GitHub
parent 4253a1fbf7
commit 6e039ddce3
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
version = "5.0.*"
version = "6.1.*"

View File

@@ -16,4 +16,5 @@ def slugify(
regex_pattern: str | None = ...,
lowercase: bool = ...,
replacements: Iterable[Iterable[str]] = ...,
allow_unicode: bool = ...,
) -> str: ...