浏览代码

Bump python-slugify from 4.0.1 to 5.0.0

Bumps [python-slugify](https://github.com/un33k/python-slugify) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-slugify/compare/4.0.1...5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 年之前
父节点
当前提交
dc665b1d20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -3,7 +3,7 @@ Django==3.2
 pytz==2021.1
 sqlparse==0.4.1
 requests==2.25.1
-python-slugify==4.0.1
+python-slugify==5.0.0
 validators==0.18.2
 python-memcached==1.59
 password_strength==0.0.3.post2