Upgrade requests to 2.26.0 (#56683)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
115d34f55a
commit
44a4507b51
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue