From 958651e3e0ba0aa21e53f710daaba88a92c003a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:18:28 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/1.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 5a7c5be08829e5..f4cb7b5dbc50fe 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,4 +1,4 @@ -PyJWT==1.7.1 +PyJWT==2.4.0 PyNaCl==1.3.0 aiohttp==3.7.1 aiohttp_cors==0.7.0 diff --git a/requirements.txt b/requirements.txt index 8227311d0c69f8..8f24c6015a6776 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ ciso8601==2.1.3 httpx==0.16.1 importlib-metadata==1.6.0;python_version<'3.8' jinja2>=2.11.2 -PyJWT==1.7.1 +PyJWT==2.4.0 cryptography==3.2.0 pip>=8.0.3 python-slugify==4.0.1