Upgrade PyNaCl to 1.4.0 (#53287)

This commit is contained in:
Franck Nijhof 2021-07-21 23:28:22 +02:00 committed by GitHub
parent f3d95501d9
commit cfd69de5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"name": "Mobile App", "name": "Mobile App",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mobile_app", "documentation": "https://www.home-assistant.io/integrations/mobile_app",
"requirements": ["PyNaCl==1.3.0", "emoji==1.2.0"], "requirements": ["PyNaCl==1.4.0", "emoji==1.2.0"],
"dependencies": ["http", "webhook", "person", "tag", "websocket_api"], "dependencies": ["http", "webhook", "person", "tag", "websocket_api"],
"after_dependencies": ["cloud", "camera", "notify"], "after_dependencies": ["cloud", "camera", "notify"],
"codeowners": ["@robbiet480"], "codeowners": ["@robbiet480"],

View File

@ -3,7 +3,7 @@
"name": "OwnTracks", "name": "OwnTracks",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/owntracks", "documentation": "https://www.home-assistant.io/integrations/owntracks",
"requirements": ["PyNaCl==1.3.0"], "requirements": ["PyNaCl==1.4.0"],
"dependencies": ["webhook"], "dependencies": ["webhook"],
"after_dependencies": ["mqtt", "cloud"], "after_dependencies": ["mqtt", "cloud"],
"codeowners": [], "codeowners": [],

View File

@ -1,5 +1,5 @@
PyJWT==1.7.1 PyJWT==1.7.1
PyNaCl==1.3.0 PyNaCl==1.4.0
aiodiscover==1.4.2 aiodiscover==1.4.2
aiohttp==3.7.4.post0 aiohttp==3.7.4.post0
aiohttp_cors==0.7.0 aiohttp_cors==0.7.0

View File

@ -39,7 +39,7 @@ PyMata==2.20
# homeassistant.components.mobile_app # homeassistant.components.mobile_app
# homeassistant.components.owntracks # homeassistant.components.owntracks
PyNaCl==1.3.0 PyNaCl==1.4.0
# homeassistant.auth.mfa_modules.totp # homeassistant.auth.mfa_modules.totp
# homeassistant.components.homekit # homeassistant.components.homekit

View File

@ -14,7 +14,7 @@ PyFlick==0.0.2
# homeassistant.components.mobile_app # homeassistant.components.mobile_app
# homeassistant.components.owntracks # homeassistant.components.owntracks
PyNaCl==1.3.0 PyNaCl==1.4.0
# homeassistant.auth.mfa_modules.totp # homeassistant.auth.mfa_modules.totp
# homeassistant.components.homekit # homeassistant.components.homekit