소스 검색

Bump python-slugify from 5.0.2 to 6.1.1

Bumps [python-slugify](https://github.com/un33k/python-slugify) from 5.0.2 to 6.1.1.
- [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/5.0.2...v6.1.1)

---
updated-dependencies:
- dependency-name: python-slugify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 년 전
부모
커밋
fa5c20f1dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -3,7 +3,7 @@ Django==4.0.1
 pytz==2021.3
 sqlparse==0.4.2
 requests==2.27.1
-python-slugify==5.0.2
+python-slugify==6.1.1
 validators==0.18.2
 python-memcached==1.59
 password_strength==0.0.3.post2