From 6f9817e32644ce27961e48a3a57b824fbf51309a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 23:15:09 +0200 Subject: [PATCH] Bump pyramid from 2.0.1 to 2.0.2 (#852) Bumps [pyramid](https://github.com/Pylons/pyramid) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/Pylons/pyramid/blob/2.0.2/CHANGES.rst) - [Commits](https://github.com/Pylons/pyramid/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: pyramid dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c7071ab..3051077d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # pyramid -pyramid==2.0.1 +pyramid==2.0.2 pyramid-tm==2.5 pyramid_rewrite==0.2 pyramid_openapi3==0.14.3