Merge pull request #231 from fronzbot/dependabot/pip/requests-2.23.0

Bump requests from 2.22.0 to 2.23.0
This commit is contained in:
Kevin Fronczak
2020-05-04 11:51:09 -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.22.0
requests~=2.23.0
python-slugify~=3.0.2
testtools==2.3.0
+1 -1
View File
@@ -13,7 +13,7 @@ THIS_DIR = abspath(dirname(__file__))
REQUIRES = [
"python-dateutil~=2.8.0",
"requests~=2.22.0",
"requests~=2.23.0",
"python-slugify~=3.0.2",
]