Bump PyNaCl to 1.5.0 (#68226)

This commit is contained in:
Raman Gupta 2022-03-16 18:30:04 -04:00 committed by GitHub
parent f6af93ae35
commit 15d9233c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
"name": "Mobile App",
"config_flow": true,
"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"],
"after_dependencies": ["cloud", "camera", "notify"],
"codeowners": ["@home-assistant/core"],

View file

@ -2,7 +2,7 @@
try:
import nacl
except ImportError:
nacl = None
nacl = None # type: ignore[assignment]
def supports_encryption() -> bool:

View file

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

View file

@ -1,5 +1,5 @@
PyJWT==2.1.0
PyNaCl==1.4.0
PyNaCl==1.5.0
aiodiscover==1.4.8
aiohttp==3.8.1
aiohttp_cors==0.7.0

View file

@ -21,7 +21,7 @@ PyMVGLive==1.1.4
# homeassistant.components.mobile_app
# homeassistant.components.owntracks
PyNaCl==1.4.0
PyNaCl==1.5.0
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.homekit

View file

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