Bump dateutil to 2.8.1

This commit is contained in:
Kevin Fronczak
2020-05-04 12:32:40 -04:00
parent e0ff5c484a
commit 4587268ecb
+1 -1
View File
@@ -12,7 +12,7 @@ PROJECT_VERSION = __version__
THIS_DIR = abspath(dirname(__file__))
REQUIRES = [
"python-dateutil~=2.8.0",
"python-dateutil~=2.8.1",
"requests~=2.23.0",
"python-slugify~=4.0.0",
]