diff --git a/poetry.lock b/poetry.lock index 7603d2bbb..459b23159 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3028,19 +3028,20 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "1.7.1" +version = "2.4.0" description = "JSON Web Token implementation in Python" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "PyJWT-1.7.1-py2.py3-none-any.whl", hash = "sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e"}, - {file = "PyJWT-1.7.1.tar.gz", hash = "sha256:8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96"}, + {file = "PyJWT-2.4.0-py3-none-any.whl", hash = "sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf"}, + {file = "PyJWT-2.4.0.tar.gz", hash = "sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"}, ] [package.extras] -crypto = ["cryptography (>=1.4)"] -flake8 = ["flake8", "flake8-import-order", "pep8-naming"] -test = ["pytest (>=4.0.1,<5.0.0)", "pytest-cov (>=2.6.0,<3.0.0)", "pytest-runner (>=4.2,<5.0.0)"] +crypto = ["cryptography (>=3.3.1)"] +dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.3.1)", "mypy", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] +docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] +tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" @@ -4289,4 +4290,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9d7e6b8a5c0cb11bb91a77d503d3412fdde7a0857cdf88693cae7a4438055f8d" +content-hash = "e7b225dd0b707642fc6f6ad5960ba5df9289fe3310c962b85b8a9d87f3e37488" diff --git a/pyproject.toml b/pyproject.toml index addd58476..d44778b7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ uWSGI = "^2.0.20" uwsgitop = "^0.11" python-magic = "^0.4.13" rt = "^1.0.8" -PyJWT = "^1.4.2" +PyJWT = "^2.4.0" pymongo = "^3.9.0" ipython = "^8.16.1" ipdb = "^0.13.13"