diff --git a/poetry.lock b/poetry.lock index 2dda7842a..47853d557 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1442,14 +1442,14 @@ files = [ [[package]] name = "pyramid" -version = "2.0.2" +version = "1.10.4" description = "The Pyramid Web Framework, a Pylons project" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ - {file = "pyramid-2.0.2-py3-none-any.whl", hash = "sha256:2e6585ac55c147f0a51bc00dadf72075b3bdd9a871b332ff9e5e04117ccd76fa"}, - {file = "pyramid-2.0.2.tar.gz", hash = "sha256:372138a738e4216535cc76dcce6eddd5a1aaca95130f2354fb834264c06f18de"}, + {file = "pyramid-1.10.4-py2.py3-none-any.whl", hash = "sha256:51bf64647345237c00d2fe558935e0e4938c156e29f17e203457fd8e1d757dc7"}, + {file = "pyramid-1.10.4.tar.gz", hash = "sha256:d80ccb8cfa550139b50801591d4ca8a5575334adb493c402fce2312f55d07d66"}, ] [package.dependencies] @@ -1464,8 +1464,8 @@ webob = ">=1.8.3" "zope.interface" = ">=3.8.0" [package.extras] -docs = ["Sphinx (>=3.0.0)", "docutils", "pylons-sphinx-latesturl", "pylons-sphinx-themes (>=1.0.8)", "repoze.sphinx.autointerface", "sphinx-copybutton", "sphinxcontrib-autoprogram"] -testing = ["coverage", "pytest (>=5.4.2)", "pytest-cov", "webtest (>=1.3.1)", "zope.component (>=4.0)"] +docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-latesturl", "pylons-sphinx-themes (>=1.0.8)", "repoze.sphinx.autointerface", "sphinxcontrib-autoprogram"] +testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.component (>=4.0)"] [[package]] name = "pytest" @@ -2260,4 +2260,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "3c23000e46b93ddde7af38da7f60b63ef8876dda4f4fb0a7ace60dad33b047c8" +content-hash = "8ceab1ff69207edb4e6598fee7fbedb987f24b673f1ad08eb97399bc2a6d7ae5" diff --git a/pyproject.toml b/pyproject.toml index b4d97bc6c..61829711d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.12.0.1b4" # TODO: To become 8.13.0 +version = "8.12.0.1b5" # TODO: To become 8.13.0 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT" @@ -56,7 +56,8 @@ openpyxl = "^3.1.2" opensearch-py = "^2.0.1" pyOpenSSL = "^23.1.1" PyJWT = "^2.6.0" -pyramid = "^2.0.2" +#pyramid = "^2.0.2" +pyramid = "1.10.4" pytz = ">=2020.4" redis = "^4.5.1" pyperclip = "^1.8.2"