Update python-slugify requirement from ~=5.0.2 to ~=6.1.2 in /api

Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version.
- [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.2)

---
updated-dependencies:
- dependency-name: python-slugify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-27 23:27:27 +00:00 committed by Paul Bienkowski
parent 4a3681ec16
commit 00f018c61c
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ sanic~=22.6.0
oic~=1.3.0 oic~=1.3.0
sanic-session~=0.8.0 sanic-session~=0.8.0
sanic-cors~=2.0.1 sanic-cors~=2.0.1
python-slugify~=5.0.2 python-slugify~=6.1.2
motor~=3.0.0 motor~=3.0.0
pyyaml<6 pyyaml<6
-e git+https://github.com/openmaptiles/openmaptiles-tools#egg=openmaptiles-tools -e git+https://github.com/openmaptiles/openmaptiles-tools#egg=openmaptiles-tools

View file

@ -15,7 +15,7 @@ setup(
"oic>=1.3.0, <2", "oic>=1.3.0, <2",
"sanic-session~=0.8.0", "sanic-session~=0.8.0",
"sanic-cors~=2.0.1", "sanic-cors~=2.0.1",
"python-slugify~=5.0.2", "python-slugify>=5.0.2,<6.2.0",
"motor>=2.5.1,<3.1.0", "motor>=2.5.1,<3.1.0",
"pyyaml<6", "pyyaml<6",
"sqlparse~=0.4.2", "sqlparse~=0.4.2",