From 922932ab19a774a0c04fa1d64730fa45ee40a577 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 18 Jul 2023 16:15:13 -0400 Subject: [PATCH] Update versions --- poetry.lock | 122 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 116 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7221be0051..6cc591abee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1056,13 +1056,57 @@ version = "8.2.0.1b43" description = "Storage support for 4DN Data Portals." category = "main" optional = false -python-versions = "*" -files = [] -develop = true +python-versions = ">=3.8.1,<3.10" +files = [ + {file = "dcicsnovault-8.2.0.1b43-py3-none-any.whl", hash = "sha256:c05ada4124598749e007f5fca4a65c6afe078147733038ee3beaa0ab1cf6b42f"}, + {file = "dcicsnovault-8.2.0.1b43.tar.gz", hash = "sha256:30137268cae45a4385454b18009ab34c0e9aa47e9362df7da5ce092252f6c9ab"}, +] -[package.source] -type = "directory" -url = "../snovault" +[package.dependencies] +aws_requests_auth = ">=0.4.1,<0.5.0" +boto3 = ">=1.26.133" +botocore = ">=1.26.133" +dcicutils = ">=7.5.0,<8.0.0" +elasticsearch = "7.13.4" +elasticsearch_dsl = ">=7.4.0,<8.0.0" +future = ">=0.15.2,<1" +html5lib = ">=1.1" +humanfriendly = ">=1.44.9,<2.0.0" +jsonschema_serialize_fork = ">=2.1.1,<3.0.0" +netaddr = ">=0.8.0,<1" +passlib = ">=1.7.4,<2.0.0" +pillow = ">=9.5.0,<10.0.0" +psutil = ">=5.9.0,<6.0.0" +psycopg2-binary = ">=2.9.1,<3.0.0" +PyBrowserID = ">=0.10.0,<1" +pyjwt = ">=2.6.0,<3.0.0" +pyramid = "1.10.4" +pyramid_localroles = ">=0.1,<1" +pyramid-multiauth = ">=0.9.0,<1" +pyramid-retry = ">=1.0,<2.0" +pyramid-tm = ">=2.5,<3.0" +pyramid-translogger = ">=0.1,<0.2" +python-dateutil = ">=2.8.2,<3.0.0" +python_magic = ">=0.4.27" +pytz = ">=2021.3" +rdflib = ">=4.2.2,<5.0.0" +rdflib-jsonld = ">=0.5.0,<1.0.0" +redis = ">=4.5.1,<5.0.0" +rutter = ">=0.3,<1" +simplejson = ">=3.17.6,<4.0.0" +SPARQLWrapper = ">=1.8.5,<2.0.0" +SQLAlchemy = ">=1.4.41,<2.0.0" +structlog = ">=19.2.0,<20" +subprocess_middleware = ">=0.3,<1" +transaction = ">=3.0.1,<4.0.0" +venusian = ">=1.2.0,<2.0.0" +WebOb = ">=1.8.7,<2.0.0" +WebTest = ">=2.0.35,<3.0.0" +WSGIProxy2 = "0.4.2" +xlrd = ">=1.0.0,<2.0.0" +"zope.deprecation" = ">=4.4.0,<5.0.0" +"zope.interface" = ">=4.7.2,<6" +"zope.sqlalchemy" = "1.6" [[package]] name = "dcicutils" @@ -1165,6 +1209,26 @@ develop = ["black", "coverage", "jinja2", "mock", "pytest", "pytest-cov", "pyyam docs = ["sphinx (<1.7)", "sphinx-rtd-theme"] requests = ["requests (>=2.4.0,<3.0.0)"] +[[package]] +name = "elasticsearch-dsl" +version = "7.4.1" +description = "Python client for Elasticsearch" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +files = [ + {file = "elasticsearch-dsl-7.4.1.tar.gz", hash = "sha256:07ee9c87dc28cc3cae2daa19401e1e18a172174ad9e5ca67938f752e3902a1d5"}, + {file = "elasticsearch_dsl-7.4.1-py2.py3-none-any.whl", hash = "sha256:97f79239a252be7c4cce554c29e64695d7ef6a4828372316a5e5ff815e7a7498"}, +] + +[package.dependencies] +elasticsearch = ">=7.0.0,<8.0.0" +python-dateutil = "*" +six = "*" + +[package.extras] +develop = ["coverage (<5.0.0)", "mock", "pytest (>=3.0.0)", "pytest-cov", "pytest-mock (<3.0.0)", "pytz", "sphinx", "sphinx-rtd-theme"] + [[package]] name = "et-xmlfile" version = "1.1.0" @@ -1432,6 +1496,28 @@ files = [ [package.dependencies] numpy = ">=1.14.5" +[[package]] +name = "html5lib" +version = "1.1" +description = "HTML parser based on the WHATWG HTML specification" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +files = [ + {file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"}, + {file = "html5lib-1.1.tar.gz", hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"}, +] + +[package.dependencies] +six = ">=1.9" +webencodings = "*" + +[package.extras] +all = ["chardet (>=2.2)", "genshi", "lxml"] +chardet = ["chardet (>=2.2)"] +genshi = ["genshi"] +lxml = ["lxml"] + [[package]] name = "humanfriendly" version = "1.44.9" @@ -3474,6 +3560,18 @@ files = [ docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"] testing = ["coverage (>=5.0)", "pytest", "pytest-cover"] +[[package]] +name = "webencodings" +version = "0.5.1" +description = "Character encoding aliases for legacy web content" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, + {file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"}, +] + [[package]] name = "webob" version = "1.8.7" @@ -3574,6 +3672,18 @@ files = [ six = "*" webob = "*" +[[package]] +name = "xlrd" +version = "1.2.0" +description = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +files = [ + {file = "xlrd-1.2.0-py2.py3-none-any.whl", hash = "sha256:e551fb498759fa3a5384a94ccd4c3c02eb7c00ea424426e212ac0c57be9dfbde"}, + {file = "xlrd-1.2.0.tar.gz", hash = "sha256:546eb36cee8db40c3eaa46c351e67ffee6eeb5fa2650b71bc4c758a29a1b29b2"}, +] + [[package]] name = "xmltodict" version = "0.13.0"