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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ pyserial==3.5
python-slugify==4.0.1
pyudev==0.22.0
pyyaml==6.0
requests==2.26.0
requests==2.27.1
scapy==2.4.5
sqlalchemy==1.4.27
typing-extensions>=3.10.0.2,<5.0

View File

@ -19,7 +19,7 @@ cryptography==35.0.0
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

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",