mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Upgrade PyNaCl to 1.4.0 (#53287)
This commit is contained in:
parent
f3d95501d9
commit
cfd69de5a7
@ -3,7 +3,7 @@
|
||||
"name": "Mobile App",
|
||||
"config_flow": true,
|
||||
"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"],
|
||||
"after_dependencies": ["cloud", "camera", "notify"],
|
||||
"codeowners": ["@robbiet480"],
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "OwnTracks",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/owntracks",
|
||||
"requirements": ["PyNaCl==1.3.0"],
|
||||
"requirements": ["PyNaCl==1.4.0"],
|
||||
"dependencies": ["webhook"],
|
||||
"after_dependencies": ["mqtt", "cloud"],
|
||||
"codeowners": [],
|
||||
|
@ -1,5 +1,5 @@
|
||||
PyJWT==1.7.1
|
||||
PyNaCl==1.3.0
|
||||
PyNaCl==1.4.0
|
||||
aiodiscover==1.4.2
|
||||
aiohttp==3.7.4.post0
|
||||
aiohttp_cors==0.7.0
|
||||
|
@ -39,7 +39,7 @@ PyMata==2.20
|
||||
|
||||
# homeassistant.components.mobile_app
|
||||
# homeassistant.components.owntracks
|
||||
PyNaCl==1.3.0
|
||||
PyNaCl==1.4.0
|
||||
|
||||
# homeassistant.auth.mfa_modules.totp
|
||||
# homeassistant.components.homekit
|
||||
|
@ -14,7 +14,7 @@ PyFlick==0.0.2
|
||||
|
||||
# homeassistant.components.mobile_app
|
||||
# homeassistant.components.owntracks
|
||||
PyNaCl==1.3.0
|
||||
PyNaCl==1.4.0
|
||||
|
||||
# homeassistant.auth.mfa_modules.totp
|
||||
# homeassistant.components.homekit
|
||||
|
Loading…
x
Reference in New Issue
Block a user