From ee22d9f2c2a49319d893bb3872e9e84be02d93e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:13:58 +0000 Subject: [PATCH] Bump pyramid from 2.0.2 to 2.1 Bumps [pyramid](https://github.com/Pylons/pyramid) from 2.0.2 to 2.1. - [Changelog](https://github.com/Pylons/pyramid/blob/2.1/CHANGES.rst) - [Commits](https://github.com/Pylons/pyramid/compare/2.0.2...2.1) --- updated-dependencies: - dependency-name: pyramid dependency-version: '2.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/functests.txt | 2 +- requirements/lint.txt | 2 +- requirements/prod.txt | 2 +- requirements/tests.txt | 2 +- requirements/typecheck.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0a7074dc562..34cba08f3da 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -242,7 +242,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pyramid==2.0.2 +pyramid==2.1 # via # -r requirements/prod.txt # h-assets diff --git a/requirements/functests.txt b/requirements/functests.txt index 5f8d33f02b2..22e621e58fc 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -233,7 +233,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pyramid==2.0.2 +pyramid==2.1 # via # -r requirements/prod.txt # h-assets diff --git a/requirements/lint.txt b/requirements/lint.txt index f2b8931f275..0bc510efcae 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -358,7 +358,7 @@ pyproject-hooks==1.0.0 # -r requirements/tests.txt # build # pip-tools -pyramid==2.0.2 +pyramid==2.1 # via # -r requirements/functests.txt # -r requirements/tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index 1f642cbb728..0f660e5ece9 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -153,7 +153,7 @@ pyjwt[crypto]==2.10.1 # via -r requirements/prod.in pyparsing==3.2.5 # via -r requirements/prod.in -pyramid==2.0.2 +pyramid==2.1 # via # -r requirements/prod.in # h-assets diff --git a/requirements/tests.txt b/requirements/tests.txt index c61eaf83a71..64fc18268a2 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -241,7 +241,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pyramid==2.0.2 +pyramid==2.1 # via # -r requirements/prod.txt # h-assets diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 01f0f9f1816..721045b6c2e 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -217,7 +217,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -pyramid==2.0.2 +pyramid==2.1 # via # -r requirements/prod.txt # h-assets