Update voluputous (#12463)
* Update voluputous * Fix http config * Fix optional with default=None * Optional, default=none * Fix defaults in voluptuous schemas * Fix tests * Fix update error * Lint
This commit is contained in:
parent
e4ef6b91d6
commit
3fd61d8f45
88 changed files with 207 additions and 255 deletions
2
setup.py
2
setup.py
|
@ -53,7 +53,7 @@ REQUIRES = [
|
|||
'pytz>=2017.02',
|
||||
'pip>=8.0.3',
|
||||
'jinja2>=2.10',
|
||||
'voluptuous==0.10.5',
|
||||
'voluptuous==0.11.1',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==2.3.10', # If updated, check if yarl also needs an update!
|
||||
'yarl==1.1.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue