From c6bf47c393a0ce5cae4c786c4e16074eb7abcace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:03:01 +0000 Subject: [PATCH] Bump plaster from 1.0 to 1.1.2 in /pyramid/pyramidsite Bumps [plaster](https://github.com/Pylons/plaster) from 1.0 to 1.1.2. - [Changelog](https://github.com/Pylons/plaster/blob/main/CHANGES.rst) - [Commits](https://github.com/Pylons/plaster/compare/1.0...1.1.2) --- updated-dependencies: - dependency-name: plaster dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyramid/pyramidsite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/pyramidsite/requirements.txt b/pyramid/pyramidsite/requirements.txt index 37695b7..08ce0ee 100644 --- a/pyramid/pyramidsite/requirements.txt +++ b/pyramid/pyramidsite/requirements.txt @@ -3,7 +3,7 @@ jinja2==3.1.6 mako==1.3.10 markupsafe==3.0.3 PasteDeploy==3.1.0 -plaster==1.0 +plaster==1.1.2 plaster-pastedeploy==0.7 pygments==2.19.2 pyramid==1.10.4