diff --git a/poetry.lock b/poetry.lock index 47853d557..7f70469fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1442,14 +1442,14 @@ files = [ [[package]] name = "pyramid" -version = "1.10.4" +version = "1.10.8" description = "The Pyramid Web Framework, a Pylons project" category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ - {file = "pyramid-1.10.4-py2.py3-none-any.whl", hash = "sha256:51bf64647345237c00d2fe558935e0e4938c156e29f17e203457fd8e1d757dc7"}, - {file = "pyramid-1.10.4.tar.gz", hash = "sha256:d80ccb8cfa550139b50801591d4ca8a5575334adb493c402fce2312f55d07d66"}, + {file = "pyramid-1.10.8-py2.py3-none-any.whl", hash = "sha256:06e99d3174586921490203288e2cc9cd43d12992306f924ca32a2c59233386a9"}, + {file = "pyramid-1.10.8.tar.gz", hash = "sha256:b7cd66595bef92f81764b976ddde2b2fa8e4f5f325e02f65f6ec7f3708b29cf6"}, ] [package.dependencies] @@ -1464,7 +1464,7 @@ webob = ">=1.8.3" "zope.interface" = ">=3.8.0" [package.extras] -docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-latesturl", "pylons-sphinx-themes (>=1.0.8)", "repoze.sphinx.autointerface", "sphinxcontrib-autoprogram"] +docs = ["Sphinx (>=3.0.0)", "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]] @@ -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 = "8ceab1ff69207edb4e6598fee7fbedb987f24b673f1ad08eb97399bc2a6d7ae5" +content-hash = "43000df73aba3569d4b4393ad4925bc087fd848c4da14150e159d0ee85c5f799" diff --git a/pyproject.toml b/pyproject.toml index 61829711d..d39d45825 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.12.0.1b5" # TODO: To become 8.13.0 +version = "8.12.0.1b6" # 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" @@ -57,7 +57,7 @@ opensearch-py = "^2.0.1" pyOpenSSL = "^23.1.1" PyJWT = "^2.6.0" #pyramid = "^2.0.2" -pyramid = "1.10.4" +pyramid = "1.10.8" pytz = ">=2020.4" redis = "^4.5.1" pyperclip = "^1.8.2"