From 1f2bfcf12eb097d2a9d74b36ecb6fa16f2164754 Mon Sep 17 00:00:00 2001 From: kaareseras Date: Wed, 30 Mar 2022 13:34:40 +0200 Subject: [PATCH] Bump PyJWT from 2.1.0 to 2.3.0 (#68858) --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7aa1f7f710c..c9144981108 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,4 +1,4 @@ -PyJWT==2.1.0 +PyJWT==2.3.0 PyNaCl==1.5.0 aiodiscover==1.4.8 aiohttp==3.8.1 diff --git a/requirements.txt b/requirements.txt index 7853ab1d4dd..d86a7be1e73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ ciso8601==2.2.0 httpx==0.22.0 ifaddr==0.1.7 jinja2==3.1.0 -PyJWT==2.1.0 +PyJWT==2.3.0 cryptography==35.0.0 pip>=21.0,<22.1 python-slugify==4.0.1 diff --git a/setup.cfg b/setup.cfg index fbb1016a4d8..9bc8bd45748 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = httpx==0.22.0 ifaddr==0.1.7 jinja2==3.1.0 - PyJWT==2.1.0 + PyJWT==2.3.0 # PyJWT has loose dependency. We want the latest one. cryptography==35.0.0 pip>=21.0,<22.1