diff --git a/stubs/python-slugify/METADATA.toml b/stubs/python-slugify/METADATA.toml index 31f638bf3..210c7605b 100644 --- a/stubs/python-slugify/METADATA.toml +++ b/stubs/python-slugify/METADATA.toml @@ -1,2 +1 @@ -version = "0.1" -python2 = true +version = "5.0" diff --git a/stubs/python-slugify/slugify/slugify.pyi b/stubs/python-slugify/slugify/slugify.pyi index 65b3ec6f1..1a3ef13cd 100644 --- a/stubs/python-slugify/slugify/slugify.pyi +++ b/stubs/python-slugify/slugify/slugify.pyi @@ -15,5 +15,5 @@ def slugify( stopwords: Iterable[str] = ..., regex_pattern: str | None = ..., lowercase: bool = ..., - replacements: Iterable[str] = ..., + replacements: Iterable[Iterable[str]] = ..., ) -> str: ...