Bump PyNaCl to 1.5.0 (#68226)
This commit is contained in:
parent
f6af93ae35
commit
15d9233c77
6 changed files with 6 additions and 6 deletions
|
@ -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.4.0"],
|
"requirements": ["PyNaCl==1.5.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": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
try:
|
try:
|
||||||
import nacl
|
import nacl
|
||||||
except ImportError:
|
except ImportError:
|
||||||
nacl = None
|
nacl = None # type: ignore[assignment]
|
||||||
|
|
||||||
|
|
||||||
def supports_encryption() -> bool:
|
def supports_encryption() -> bool:
|
||||||
|
|
|
@ -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.4.0"],
|
"requirements": ["PyNaCl==1.5.0"],
|
||||||
"dependencies": ["webhook"],
|
"dependencies": ["webhook"],
|
||||||
"after_dependencies": ["mqtt", "cloud"],
|
"after_dependencies": ["mqtt", "cloud"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PyJWT==2.1.0
|
PyJWT==2.1.0
|
||||||
PyNaCl==1.4.0
|
PyNaCl==1.5.0
|
||||||
aiodiscover==1.4.8
|
aiodiscover==1.4.8
|
||||||
aiohttp==3.8.1
|
aiohttp==3.8.1
|
||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
|
|
|
@ -21,7 +21,7 @@ PyMVGLive==1.1.4
|
||||||
|
|
||||||
# homeassistant.components.mobile_app
|
# homeassistant.components.mobile_app
|
||||||
# homeassistant.components.owntracks
|
# homeassistant.components.owntracks
|
||||||
PyNaCl==1.4.0
|
PyNaCl==1.5.0
|
||||||
|
|
||||||
# homeassistant.auth.mfa_modules.totp
|
# homeassistant.auth.mfa_modules.totp
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
|
|
|
@ -17,7 +17,7 @@ PyFlick==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.mobile_app
|
# homeassistant.components.mobile_app
|
||||||
# homeassistant.components.owntracks
|
# homeassistant.components.owntracks
|
||||||
PyNaCl==1.4.0
|
PyNaCl==1.5.0
|
||||||
|
|
||||||
# homeassistant.auth.mfa_modules.totp
|
# homeassistant.auth.mfa_modules.totp
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
|
|
Loading…
Add table
Reference in a new issue