Merge pull request #230 from fronzbot/dependabot/pip/python-dateutil-approx-eq-2.8.1

Update python-dateutil requirement from ~=2.8.0 to ~=2.8.1
This commit is contained in:
Kevin Fronczak
2020-05-04 12:39:11 -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
python-dateutil~=2.8.1
requests~=2.23.0
python-slugify~=4.0.0
testtools==2.4.0
+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",
]