diff --git a/poetry.lock b/poetry.lock index 811276f..1fa0baf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -259,25 +259,22 @@ files = [ [[package]] name = "josepy" -version = "1.13.0" +version = "1.14.0" description = "JOSE protocol implementation in Python" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7,<4.0" files = [ - {file = "josepy-1.13.0-py2.py3-none-any.whl", hash = "sha256:6f64eb35186aaa1776b7a1768651b1c616cab7f9685f9660bffc6491074a5390"}, - {file = "josepy-1.13.0.tar.gz", hash = "sha256:8931daf38f8a4c85274a0e8b7cb25addfd8d1f28f9fb8fbed053dd51aec75dc9"}, + {file = "josepy-1.14.0-py3-none-any.whl", hash = "sha256:d2b36a30f316269f3242f4c2e45e15890784178af5ec54fa3e49cf9234ee22e0"}, + {file = "josepy-1.14.0.tar.gz", hash = "sha256:308b3bf9ce825ad4d4bba76372cf19b5dc1c2ce96a9d298f9642975e64bd13dd"}, ] [package.dependencies] cryptography = ">=1.5" -PyOpenSSL = ">=0.13" -setuptools = ">=1.0" +pyopenssl = ">=0.13" [package.extras] -dev = ["pytest", "tox"] -docs = ["Sphinx (>=1.0)", "sphinx-rtd-theme (>=1.0)"] -tests = ["coverage (>=4.0)", "flake8 (<4)", "isort", "mypy", "pytest (>=2.8.0)", "pytest-cov", "pytest-flake8 (>=0.5)", "types-pyOpenSSL", "types-pyRFC3339", "types-requests", "types-setuptools"] +docs = ["sphinx (>=4.3.0)", "sphinx-rtd-theme (>=1.0)"] [[package]] name = "pycparser"