From 66b31d9c78889112488e0c7881fa39ca460d8fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:02:53 +0000 Subject: [PATCH] Bump translationstring from 1.3 to 1.4 in /pyramid/pyramidsite Bumps [translationstring](https://github.com/Pylons/translationstring) from 1.3 to 1.4. - [Release notes](https://github.com/Pylons/translationstring/releases) - [Changelog](https://github.com/Pylons/translationstring/blob/master/changes.rst) - [Commits](https://github.com/Pylons/translationstring/compare/1.3...1.4) --- updated-dependencies: - dependency-name: translationstring dependency-version: '1.4' 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..976be51 100644 --- a/pyramid/pyramidsite/requirements.txt +++ b/pyramid/pyramidsite/requirements.txt @@ -11,7 +11,7 @@ pyramid-debugtoolbar==4.6.1 pyramid-jinja2==2.8 pyramid-mako==1.1.0 repoze.lru==0.7 -translationstring==1.3 +translationstring==1.4 venusian==3.1.1 waitress==3.0.2 WebOb==1.8.6