From 4ed5c04e702aa5b5382561598470f38494082bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 22:29:32 +0000 Subject: [PATCH] Bump rsa from 3.3 to 4.7 Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 3.3 to 4.7. - [Release notes](https://github.com/sybrenstuvel/python-rsa/releases) - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-3.3...version-4.7) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 116 ++++++++++++++++++++++++++++++++++++++----------- pyproject.toml | 2 +- 2 files changed, 92 insertions(+), 26 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc5816e159..341643ca0f 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]] @@ -1310,6 +1324,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 +1370,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 +1387,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 +1397,9 @@ category = "main" optional = false python-versions = "*" +[package.dependencies] +setuptools = "*" + [[package]] name = "pytest" version = "3.10.1" @@ -1397,6 +1415,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 +1581,7 @@ pyparsing = "*" [package.extras] html = ["html5lib"] -sparql = ["sparqlwrapper"] +sparql = ["SPARQLWrapper"] [[package]] name = "rdflib-jsonld" @@ -1587,8 +1606,8 @@ python-versions = "*" WebOb = "*" [package.extras] -docs = ["sphinx", "webob"] -testing = ["coverage", "nose", "webob"] +docs = ["Sphinx", "WebOb"] +testing = ["WebOb", "coverage", "nose"] [[package]] name = "requests" @@ -1637,11 +1656,11 @@ idna2008 = ["idna"] [[package]] name = "rsa" -version = "3.3" +version = "4.7" description = "Pure-Python RSA implementation" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.5, <4" [package.dependencies] pyasn1 = ">=0.1.3" @@ -1658,7 +1677,7 @@ python-versions = "*" WebOb = "*" [package.extras] -testing = ["coverage", "pytest", "pytest-cov", "webtest"] +testing = ["WebTest", "coverage", "pytest", "pytest-cov"] [[package]] name = "s3transfer" @@ -1683,8 +1702,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 +1740,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 +1812,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 +1852,7 @@ py = ">=1.4.31" python-magic = ">=0.4.12" requests = "*" six = "*" +wheel = ">=0.24.0" xlrd = "*" xlwt = ">=1.1.2" @@ -1838,7 +1871,7 @@ python-versions = "*" WebOb = "*" [package.extras] -test = ["pyramid", "pytest", "webtest"] +test = ["WebTest", "pyramid", "pytest"] [[package]] name = "supervisor" @@ -1848,6 +1881,9 @@ category = "main" optional = false python-versions = "*" +[package.dependencies] +setuptools = "*" + [package.extras] testing = ["pytest", "pytest-cov"] @@ -1871,7 +1907,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 +1973,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 +2037,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 +2053,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 +2128,11 @@ category = "main" optional = false python-versions = "*" +[package.dependencies] +setuptools = "*" + [package.extras] -docs = ["sphinx"] +docs = ["Sphinx"] test = ["zope.testrunner"] [[package]] @@ -2093,8 +2143,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 +2160,7 @@ optional = false python-versions = "*" [package.dependencies] +setuptools = "*" SQLAlchemy = ">=0.7" transaction = ">=1.6.0" "zope.interface" = ">=3.6.0" @@ -2117,7 +2171,7 @@ test = ["zope.testing"] [metadata] lock-version = "1.1" python-versions = ">=3.7.1,<3.9" -content-hash = "4a705c0791ae515aa4bbc59dfd3998d05d9f01174750608e860042aa914220c3" +content-hash = "e348adbdaa51dd79aa52880381aa335fe5d573a870e69dcd0c78e67b59f77f03" [metadata.files] apipkg = [ @@ -2582,6 +2636,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"}, @@ -2915,8 +2973,8 @@ rfc3986 = [ {file = "rfc3986-1.5.0.tar.gz", hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835"}, ] rsa = [ - {file = "rsa-3.3-py2.py3-none-any.whl", hash = "sha256:928fdb62edfff5c9860f932f76aea7c94bfbcd3f0e7acf6dd64ccd19a597e9c7"}, - {file = "rsa-3.3.tar.gz", hash = "sha256:03f3d9bebad06681771016b8752a40b12f615ff32363c7aa19b3798e73ccd615"}, + {file = "rsa-4.7-py3-none-any.whl", hash = "sha256:a8774e55b59fd9fc893b0d05e9bfc6f47081f46ff5b46f39ccf24631b7be356b"}, + {file = "rsa-4.7.tar.gz", hash = "sha256:69805d6b69f56eb05b62daea3a7dbd7aa44324ad1306445e05da8060232d00f4"}, ] rutter = [ {file = "rutter-0.4-py2.py3-none-any.whl", hash = "sha256:f6a9b6c8b45ee686ec260265a89013041e36d8dd0000df197723837a968b1c7f"}, @@ -2934,6 +2992,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 +3174,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..76ae621570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ pytz = ">=2021.3" rdflib = "^4.2.2" rdflib-jsonld = ">=0.5.0,<1.0.0" requests = "^2.26.0" -rsa = "3.3" +rsa = "4.7" rutter = ">=0.3,<1" semantic_version = ">=2.9.0" # We don't use this directly. It's part of boto3. It slows down solving to pin.