Upgrade requests to 2.26.0 (#56683)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Fabian Affolter 2021-09-27 04:44:28 +02:00 committed by GitHub
parent 115d34f55a
commit 44a4507b51
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==5.4.1
requests==2.25.1
requests==2.26.0
scapy==2.4.5
sqlalchemy==1.4.23
voluptuous-serialize==2.4.0

View file

@ -17,7 +17,7 @@ cryptography==3.4.8
pip>=8.0.3,<20.3
python-slugify==4.0.1
pyyaml==5.4.1
requests==2.25.1
requests==2.26.0
voluptuous==0.12.2
voluptuous-serialize==2.4.0
yarl==1.6.3

View file

@ -49,7 +49,7 @@ REQUIRES = [
"pip>=8.0.3,<20.3",
"python-slugify==4.0.1",
"pyyaml==5.4.1",
"requests==2.25.1",
"requests==2.26.0",
"voluptuous==0.12.2",
"voluptuous-serialize==2.4.0",
"yarl==1.6.3",