Update requests to 2.27.1 (#63552)

This commit is contained in:
Franck Nijhof
2022-01-06 19:15:17 +01:00
committed by GitHub
parent 120c199ddf
commit 469b6a0eb1
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ REQUIRES = [
"pip>=8.0.3,<20.3",
"python-slugify==4.0.1",
"pyyaml==6.0",
"requests==2.26.0",
"requests==2.27.1",
"typing-extensions>=3.10.0.2,<5.0",
"voluptuous==0.12.2",
"voluptuous-serialize==2.5.0",