Merge pull request #234 from fronzbot/dependabot/pip/python-slugify-approx-eq-4.0.0

Update python-slugify requirement from ~=3.0.2 to ~=4.0.0
This commit is contained in:
Kevin Fronczak
2020-05-04 12:26:45 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
python-dateutil~=2.8.0
requests~=2.23.0
python-slugify~=3.0.2
python-slugify~=4.0.0
testtools==2.4.0
+1 -1
View File
@@ -14,7 +14,7 @@ THIS_DIR = abspath(dirname(__file__))
REQUIRES = [
"python-dateutil~=2.8.0",
"requests~=2.23.0",
"python-slugify~=3.0.2",
"python-slugify~=4.0.0",
]
PACKAGES = find_packages(exclude=['tests*', 'docs'])