diff --git a/poetry.lock b/poetry.lock index ca06378a..55b93154 100644 --- a/poetry.lock +++ b/poetry.lock @@ -406,7 +406,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pyjwt" -version = "2.0.1" +version = "2.1.0" description = "JSON Web Token implementation in Python" category = "main" optional = false @@ -652,7 +652,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "e5da77f583fd63cae5caf15f3b09d774b2f5991adf0d8d620024c9b2bcbca8ff" +content-hash = "3fdc9dcc144d89726d3b6904f3b3833d4c5251743996bd7f2340960fd4b62d52" [metadata.files] alembic = [ @@ -968,8 +968,8 @@ pyflakes = [ {file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"}, ] pyjwt = [ - {file = "PyJWT-2.0.1-py3-none-any.whl", hash = "sha256:b70b15f89dc69b993d8a8d32c299032d5355c82f9b5b7e851d1a6d706dffe847"}, - {file = "PyJWT-2.0.1.tar.gz", hash = "sha256:a5c70a06e1f33d81ef25eecd50d50bd30e34de1ca8b2b9fa3fe0daaabcf69bf7"}, + {file = "PyJWT-2.1.0-py3-none-any.whl", hash = "sha256:934d73fbba91b0483d3857d1aff50e96b2a892384ee2c17417ed3203f173fca1"}, + {file = "PyJWT-2.1.0.tar.gz", hash = "sha256:fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937ce6130"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index 450bd64f..5e45b324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ sqlalchemy = "1.3.22" SQLAlchemy-Utils = "0.36.8" uWSGI = "2.0.19.1" Werkzeug = "1.0.1" -pyjwt = "^2.0.1" +pyjwt = "^2.1.0" cryptography = "^3.4" [tool.poetry.dev-dependencies]