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:
parent
9b0ac5d5da
commit
a6cb55a5cc
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue