Bump python-slugify from 6.1.2 to 7.0.0 (#149)

Bumps [python-slugify](https://github.com/un33k/python-slugify) from 6.1.2 to 7.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/v6.1.2...v7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-24 14:19:09 +01:00 committed by GitHub
parent 9b0ac5d5da
commit a6cb55a5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ openpyxl == 3.0.10
phonenumbers == 8.13.0
python-dateutil == 2.8.2
python-fsutil == 0.7.0
python-slugify == 6.1.2
python-slugify == 7.0.0
pyyaml == 6.0
requests == 2.28.1
toml == 0.10.2

View File

@ -100,7 +100,7 @@ setup(
"phonenumbers >= 8.12.0, < 9.0.0",
"python-dateutil >= 2.8.0, < 3.0.0",
"python-fsutil >= 0.6.0, < 1.0.0",
"python-slugify >= 6.0.1, < 7.0.0",
"python-slugify >= 6.0.1, < 8.0.0",
"pyyaml >= 6.0, < 7.0",
"requests >= 2.26.0, < 3.0.0",
"toml >= 0.10.2, < 1.0.0",