diff --git a/poetry.lock b/poetry.lock index 22714a546..4589b4480 100644 --- a/poetry.lock +++ b/poetry.lock @@ -158,8 +158,8 @@ platformdirs = ">=2" regex = ">=2020.1.8" tomli = ">=0.2.6,<2.0.0" typing-extensions = [ - {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}, {version = ">=3.10.0.0,<3.10.0.1 || >3.10.0.1", markers = "python_version >= \"3.10\""}, + {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}, ] [package.extras] @@ -203,8 +203,8 @@ files = [ jmespath = ">=0.7.1,<2.0.0" python-dateutil = ">=2.1,<3.0.0" urllib3 = [ - {version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""}, {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}, + {version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""}, ] [package.extras] @@ -1815,13 +1815,13 @@ test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"] [[package]] name = "pyramid" -version = "1.10.8" +version = "2.0.2" description = "The Pyramid Web Framework, a Pylons project" optional = true -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" +python-versions = ">=3.6" files = [ - {file = "pyramid-1.10.8-py2.py3-none-any.whl", hash = "sha256:06e99d3174586921490203288e2cc9cd43d12992306f924ca32a2c59233386a9"}, - {file = "pyramid-1.10.8.tar.gz", hash = "sha256:b7cd66595bef92f81764b976ddde2b2fa8e4f5f325e02f65f6ec7f3708b29cf6"}, + {file = "pyramid-2.0.2-py3-none-any.whl", hash = "sha256:2e6585ac55c147f0a51bc00dadf72075b3bdd9a871b332ff9e5e04117ccd76fa"}, + {file = "pyramid-2.0.2.tar.gz", hash = "sha256:372138a738e4216535cc76dcce6eddd5a1aaca95130f2354fb834264c06f18de"}, ] [package.dependencies] @@ -1836,8 +1836,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", "sphinxcontrib-autoprogram"] -testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.component (>=4.0)"] +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)"] [[package]] name = "pytest" @@ -2930,4 +2930,4 @@ zookeeper = ["kazoo"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1" -content-hash = "a7af9712ced574f626e0dd27e7595cfd06f7a4f1998d504b329fcefaf144c9cf" +content-hash = "4c78f696b3ab3ca8238f09f8f61a994909cd43c24b4eba98f8b64f84546ecfbd" diff --git a/pyproject.toml b/pyproject.toml index 671b77f6b..c57de92ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ objgraph = { version = ">=3.6.0", optional = true } posix-ipc = ">=1.0.0,<2.0" prometheus-client = ">=0.12.0" pymemcache = { version = ">=1.3.0,<1.4.4", optional = true } -pyramid = { version = ">=1.10.8,<2.0", optional = true } +pyramid = { version = ">=1.10.8,<3.0", optional = true } python-json-logger = ">=2.0.5,<3.0" reddit-cqlmapper = { version = ">=0.3.0,<1.0", optional = true } redis = { version = ">=2.10.0,<4.0.0", optional = true }