diff --git a/poetry.lock b/poetry.lock index bc5816e159..f5cdacdef2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -593,7 +593,7 @@ python-versions = ">=3.6" cffi = ">=1.12" [package.extras] -docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"] +docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx_rtd_theme"] docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"] pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"] sdist = ["setuptools_rust (>=0.11.4)"] @@ -884,7 +884,7 @@ optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" [package.extras] -docs = ["pylons-sphinx-themes", "sphinx", "watchdog"] +docs = ["Sphinx", "pylons-sphinx-themes", "watchdog"] testing = ["mock", "pytest", "pytest-cov", "watchdog"] [[package]] @@ -1091,7 +1091,7 @@ optional = false python-versions = "*" [package.extras] -Paste = ["paste"] +Paste = ["Paste"] [[package]] name = "pbkdf2" @@ -1113,6 +1113,14 @@ python-versions = ">=3.7" docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-issues (>=3.0.1)", "sphinx-removed-in", "sphinxext-opengraph"] tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"] +[[package]] +name = "pip" +version = "22.2.2" +description = "The PyPA recommended tool for installing Python packages." +category = "dev" +optional = false +python-versions = ">=3.7" + [[package]] name = "pip-licenses" version = "3.5.4" @@ -1135,6 +1143,9 @@ category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" +[package.dependencies] +pip = ">=6.0.0" + [package.extras] graphviz = ["graphviz"] @@ -1146,8 +1157,11 @@ category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" +[package.dependencies] +setuptools = "*" + [package.extras] -docs = ["pylons-sphinx-themes", "sphinx"] +docs = ["Sphinx", "pylons-sphinx-themes"] testing = ["pytest", "pytest-cov"] [[package]] @@ -1278,17 +1292,18 @@ optional = false python-versions = ">=3.6" [[package]] -name = "pyjwt" -version = "1.5.3" +name = "PyJWT" +version = "2.4.0" description = "JSON Web Token implementation in Python" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.6" [package.extras] -crypto = ["cryptography (>=1.4)"] -flake8 = ["flake8", "flake8-import-order", "pep8-naming"] -test = ["pytest (>3,<4)", "pytest-cov", "pytest-runner"] +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 = "pyparsing" @@ -1310,6 +1325,7 @@ python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" hupper = ">=1.5" plaster = "*" plaster-pastedeploy = "*" +setuptools = "*" translationstring = ">=0.4" venusian = ">=1.0" webob = ">=1.8.3" @@ -1355,8 +1371,8 @@ pyramid = ">=1.9" "zope.interface" = "*" [package.extras] -docs = ["pylons-sphinx-themes", "repoze.sphinx.autointerface", "sphinx"] -testing = ["pytest", "pytest-cov", "webtest"] +docs = ["Sphinx", "pylons-sphinx-themes", "repoze.sphinx.autointerface"] +testing = ["WebTest", "pytest", "pytest-cov"] [[package]] name = "pyramid-tm" @@ -1372,7 +1388,7 @@ transaction = ">=2.0" [package.extras] docs = ["Sphinx (>=1.8.1)", "pylons-sphinx-themes (>=1.0.9)"] -testing = ["coverage (>=5.0)", "pytest", "pytest-cov", "webtest"] +testing = ["WebTest", "coverage (>=5.0)", "pytest", "pytest-cov"] [[package]] name = "pyramid-translogger" @@ -1382,6 +1398,9 @@ category = "main" optional = false python-versions = "*" +[package.dependencies] +setuptools = "*" + [[package]] name = "pytest" version = "3.10.1" @@ -1397,6 +1416,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} more-itertools = ">=4.0.0" pluggy = ">=0.7" py = ">=1.5.0" +setuptools = "*" six = ">=1.10.0" [[package]] @@ -1562,7 +1582,7 @@ pyparsing = "*" [package.extras] html = ["html5lib"] -sparql = ["sparqlwrapper"] +sparql = ["SPARQLWrapper"] [[package]] name = "rdflib-jsonld" @@ -1587,8 +1607,8 @@ python-versions = "*" WebOb = "*" [package.extras] -docs = ["sphinx", "webob"] -testing = ["coverage", "nose", "webob"] +docs = ["Sphinx", "WebOb"] +testing = ["WebOb", "coverage", "nose"] [[package]] name = "requests" @@ -1658,7 +1678,7 @@ python-versions = "*" WebOb = "*" [package.extras] -testing = ["coverage", "pytest", "pytest-cov", "webtest"] +testing = ["WebTest", "coverage", "pytest", "pytest-cov"] [[package]] name = "s3transfer" @@ -1683,8 +1703,8 @@ optional = false python-versions = ">=2.7" [package.extras] -dev = ["Django (>=1.11)", "check-manifest", "colorama (<=0.4.1)", "coverage", "flake8", "nose2", "readme-renderer (<25.0)", "tox", "wheel", "zest.releaser"] -doc = ["sphinx", "sphinx-rtd-theme"] +dev = ["Django (>=1.11)", "check-manifest", "colorama (<=0.4.1)", "coverage", "flake8", "nose2", "readme-renderer (<25.0)", "tox", "wheel", "zest.releaser[recommended]"] +doc = ["Sphinx", "sphinx-rtd-theme"] [[package]] name = "sentry-sdk" @@ -1721,6 +1741,19 @@ sqlalchemy = ["sqlalchemy (>=1.2)"] starlette = ["starlette (>=0.19.1)"] tornado = ["tornado (>=5)"] +[[package]] +name = "setuptools" +version = "65.3.0" +description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] + [[package]] name = "simplejson" version = "3.17.6" @@ -1780,7 +1813,7 @@ mssql = ["pyodbc"] mssql_pymssql = ["pymssql"] mssql_pyodbc = ["pyodbc"] mysql = ["mysqlclient"] -oracle = ["cx-oracle"] +oracle = ["cx_oracle"] postgresql = ["psycopg2"] postgresql_pg8000 = ["pg8000"] postgresql_psycopg2binary = ["psycopg2-binary"] @@ -1820,6 +1853,7 @@ py = ">=1.4.31" python-magic = ">=0.4.12" requests = "*" six = "*" +wheel = ">=0.24.0" xlrd = "*" xlwt = ">=1.1.2" @@ -1838,7 +1872,7 @@ python-versions = "*" WebOb = "*" [package.extras] -test = ["pyramid", "pytest", "webtest"] +test = ["WebTest", "pyramid", "pytest"] [[package]] name = "supervisor" @@ -1848,6 +1882,9 @@ category = "main" optional = false python-versions = "*" +[package.dependencies] +setuptools = "*" + [package.extras] testing = ["pytest", "pytest-cov"] @@ -1871,7 +1908,7 @@ python-versions = "*" "zope.interface" = "*" [package.extras] -docs = ["repoze.sphinx.autointerface", "sphinx"] +docs = ["Sphinx", "repoze.sphinx.autointerface"] test = ["mock"] testing = ["coverage", "mock", "nose"] @@ -1937,7 +1974,7 @@ optional = false python-versions = "*" [package.extras] -docs = ["repoze.sphinx.autointerface", "sphinx"] +docs = ["Sphinx", "repoze.sphinx.autointerface"] testing = ["coverage", "pytest", "pytest-cov"] [[package]] @@ -2001,7 +2038,7 @@ WebOb = ">=1.2" [package.extras] docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.8)"] -tests = ["coverage", "mock", "nose (<1.3.0)", "pastedeploy", "pyquery", "wsgiproxy2"] +tests = ["PasteDeploy", "WSGIProxy2", "coverage", "mock", "nose (<1.3.0)", "pyquery"] [[package]] name = "werkzeug" @@ -2017,6 +2054,17 @@ MarkupSafe = ">=2.1.1" [package.extras] watchdog = ["watchdog"] +[[package]] +name = "wheel" +version = "0.37.1" +description = "A built-package format for Python" +category = "main" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" + +[package.extras] +test = ["pytest (>=3.0.0)", "pytest-cov"] + [[package]] name = "wrapt" version = "1.14.1" @@ -2081,8 +2129,11 @@ category = "main" optional = false python-versions = "*" +[package.dependencies] +setuptools = "*" + [package.extras] -docs = ["sphinx"] +docs = ["Sphinx"] test = ["zope.testrunner"] [[package]] @@ -2093,8 +2144,11 @@ category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +[package.dependencies] +setuptools = "*" + [package.extras] -docs = ["repoze.sphinx.autointerface", "sphinx"] +docs = ["Sphinx", "repoze.sphinx.autointerface"] test = ["zope.event"] testing = ["coverage", "nose", "zope.event"] @@ -2107,6 +2161,7 @@ optional = false python-versions = "*" [package.dependencies] +setuptools = "*" SQLAlchemy = ">=0.7" transaction = ">=1.6.0" "zope.interface" = ">=3.6.0" @@ -2117,7 +2172,7 @@ test = ["zope.testing"] [metadata] lock-version = "1.1" python-versions = ">=3.7.1,<3.9" -content-hash = "4a705c0791ae515aa4bbc59dfd3998d05d9f01174750608e860042aa914220c3" +content-hash = "cefa602e543a516c3c945c2020d578261582f05bed27f7ff10bafe9902ec6973" [metadata.files] apipkg = [ @@ -2582,6 +2637,10 @@ pillow = [ {file = "Pillow-9.2.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:0030fdbd926fb85844b8b92e2f9449ba89607231d3dd597a21ae72dc7fe26927"}, {file = "Pillow-9.2.0.tar.gz", hash = "sha256:75e636fd3e0fb872693f23ccb8a5ff2cd578801251f3a4f6854c6a5d437d3c04"}, ] +pip = [ + {file = "pip-22.2.2-py3-none-any.whl", hash = "sha256:b61a374b5bc40a6e982426aede40c9b5a08ff20e640f5b56977f4f91fed1e39a"}, + {file = "pip-22.2.2.tar.gz", hash = "sha256:3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b"}, +] pip-licenses = [ {file = "pip-licenses-3.5.4.tar.gz", hash = "sha256:a8b4dabe2b83901f9ac876afc47b57cff9a5ebe19a6d90c0b2579fa8cf2db176"}, {file = "pip_licenses-3.5.4-py3-none-any.whl", hash = "sha256:5e23593c670b8db616b627c68729482a65bb88498eefd8df337762fdaf7936a8"}, @@ -2767,9 +2826,9 @@ pyflakes = [ {file = "pyflakes-2.5.0-py2.py3-none-any.whl", hash = "sha256:4579f67d887f804e67edb544428f264b7b24f435b263c4614f384135cea553d2"}, {file = "pyflakes-2.5.0.tar.gz", hash = "sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"}, ] -pyjwt = [ - {file = "PyJWT-1.5.3-py2.py3-none-any.whl", hash = "sha256:a4e5f1441e3ca7b382fd0c0b416777ced1f97c64ef0c33bfa39daf38505cfd2f"}, - {file = "PyJWT-1.5.3.tar.gz", hash = "sha256:500be75b17a63f70072416843dc80c8821109030be824f4d14758f114978bae7"}, +PyJWT = [ + {file = "PyJWT-2.4.0-py3-none-any.whl", hash = "sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf"}, + {file = "PyJWT-2.4.0.tar.gz", hash = "sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, @@ -2934,6 +2993,10 @@ sentry-sdk = [ {file = "sentry-sdk-1.9.3.tar.gz", hash = "sha256:75643a8c656ffd61ea0a37bf4b0b9463825d6043d4fbfd7c80872ab66e4fa06e"}, {file = "sentry_sdk-1.9.3-py2.py3-none-any.whl", hash = "sha256:baac8e9426b7927f95792b1f38c83ae743a62471e92b72fa3ec2d5987609abeb"}, ] +setuptools = [ + {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, + {file = "setuptools-65.3.0.tar.gz", hash = "sha256:7732871f4f7fa58fb6bdcaeadb0161b2bd046c85905dbaa066bdcbcc81953b57"}, +] simplejson = [ {file = "simplejson-3.17.6-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a89acae02b2975b1f8e4974cb8cdf9bf9f6c91162fb8dec50c259ce700f2770a"}, {file = "simplejson-3.17.6-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:82ff356ff91be0ab2293fc6d8d262451eb6ac4fd999244c4b5f863e049ba219c"}, @@ -3112,6 +3175,10 @@ werkzeug = [ {file = "Werkzeug-2.2.2-py3-none-any.whl", hash = "sha256:f979ab81f58d7318e064e99c4506445d60135ac5cd2e177a2de0089bfd4c9bd5"}, {file = "Werkzeug-2.2.2.tar.gz", hash = "sha256:7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f"}, ] +wheel = [ + {file = "wheel-0.37.1-py2.py3-none-any.whl", hash = "sha256:4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a"}, + {file = "wheel-0.37.1.tar.gz", hash = "sha256:e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4"}, +] wrapt = [ {file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"}, {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"}, diff --git a/pyproject.toml b/pyproject.toml index e3601c7363..34b94f8773 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ psutil = "^5.9.0" psycopg2-binary = "^2.9.3" py = ">=1.10.0" # required for pytest PyBrowserID = "^0.10.0" -PyJWT = "1.5.3" +PyJWT = "2.4.0" pyparsing = "^2.4.7" pyramid = "1.10.4" pyramid_localroles = ">=0.1,<1"