Merge pull request #139 from Alexander-D-Karpov/dependabot/pip/pyjwt-2.7.0

Bump pyjwt from 2.6.0 to 2.7.0
This commit is contained in:
Alexander Karpov 2023-05-17 18:24:16 +03:00 committed by GitHub
commit ff080e3354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -3908,14 +3908,14 @@ plugins = ["importlib-metadata"]
[[package]]
name = "pyjwt"
version = "2.6.0"
version = "2.7.0"
description = "JSON Web Token implementation in Python"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "PyJWT-2.6.0-py3-none-any.whl", hash = "sha256:d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14"},
{file = "PyJWT-2.6.0.tar.gz", hash = "sha256:69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd"},
{file = "PyJWT-2.7.0-py3-none-any.whl", hash = "sha256:ba2b425b15ad5ef12f200dc67dd56af4e26de2331f965c5439994dad075876e1"},
{file = "PyJWT-2.7.0.tar.gz", hash = "sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074"},
]
[package.dependencies]
@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "e26f9b79098dd283c320d61e306ffc1b81fbb42bff4cb11578bd4ae4db0473c1"
content-hash = "e6fd923155ae46eadd4c2c05ada6f4e97658ee6bdb71c4468754043e40b08520"

View File

@ -79,7 +79,7 @@ ytmusicapi = "^1.0.2"
pydub = "^0.25.1"
python-mpd2 = "^3.0.5"
yandex-music = "^2.1.0"
pyjwt = "^2.6.0"
pyjwt = "^2.7.0"
rawpy = "^0.18.1"
xvfbwrapper = "^0.2.9"
vtk = "^9.2.6"