From 3e795226b31a0056521b44266912bfef7d69e2db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:43:54 +0000 Subject: [PATCH] Bump pyjwt from 1.4.2 to 2.3.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.4.2 to 2.3.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.4.2...2.3.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index a33556d26b..e9ae03c80b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -854,16 +854,17 @@ python-versions = "*" [[package]] name = "pyjwt" -version = "1.4.2" +version = "2.3.0" description = "JSON Web Token implementation in Python" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.6" [package.extras] -crypto = ["cryptography"] -flake8 = ["flake8", "flake8-import-order", "pep8-naming"] -test = ["pytest (==2.7.3)", "pytest-cov", "pytest-runner"] +crypto = ["cryptography (>=3.3.1)"] +dev = ["sphinx", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.3.1)", "pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)", "mypy", "pre-commit"] +docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] +tests = ["pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)"] [[package]] name = "pyld" @@ -1341,7 +1342,7 @@ pg-binary = ["psycopg2-binary"] [metadata] lock-version = "1.1" python-versions = ">=3.6.1,<4" -content-hash = "dcab343082646ddec6c888af2fe207e1f46fc4d0cfd6ac2caed7fd91cf0183cd" +content-hash = "dae97a4208c5371bbd4f0a5b5e0a9d447259e210c900e62c1beea1545f7bf02a" [metadata.files] atomicwrites = [ @@ -2026,8 +2027,8 @@ pyinstrument-cext = [ {file = "pyinstrument_cext-0.2.4.tar.gz", hash = "sha256:79b29797209eebd441a8596accfa8b617445d9252fbf7ce75d3a4a0eb46cb877"}, ] pyjwt = [ - {file = "PyJWT-1.4.2-py2.py3-none-any.whl", hash = "sha256:99fe612dbe5f41e07124d9002c118c14f3ee703574ffa9779fee78135b8b94b6"}, - {file = "PyJWT-1.4.2.tar.gz", hash = "sha256:87a831b7a3bfa8351511961469ed0462a769724d4da48a501cb8c96d1e17f570"}, + {file = "PyJWT-2.3.0-py3-none-any.whl", hash = "sha256:e0c4bb8d9f0af0c7f5b1ec4c5036309617d03d56932877f2f7a0beeb5318322f"}, + {file = "PyJWT-2.3.0.tar.gz", hash = "sha256:b888b4d56f06f6dcd777210c334e69c737be74755d3e5e9ee3fe67dc18a0ee41"}, ] pyld = [ {file = "PyLD-1.0.5.tar.gz", hash = "sha256:ce6d9cd065fb3a390ec65e665dcb3655ed2aa07431d98e201ea3bc99f56a8bfb"}, diff --git a/pyproject.toml b/pyproject.toml index 46c60e2f3f..465fdecd82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ psycopg2-binary = { version = "~2.9.3", optional = true } py-bcrypt = "0.4" pycryptodome = "3.12.0" pyinstrument = "< 4.2" -PyJWT = "1.4.2" +PyJWT = "2.3.0" PyLD = "1.0.5" pymarc = "4.1.2" pyOpenSSL = "21.0.0"