From acd9d8131e5f9d725c8c9a324eab0b4b667ca3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 23:21:41 +0000 Subject: [PATCH] Bump certifi from 0.0.8 to 2022.12.7 in /examples/webapp Bumps [certifi](https://github.com/certifi/python-certifi) from 0.0.8 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/commits/2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webapp/requirements.txt b/examples/webapp/requirements.txt index eb52d4a..0981bb2 100644 --- a/examples/webapp/requirements.txt +++ b/examples/webapp/requirements.txt @@ -1,7 +1,7 @@ Flask==0.8 Jinja2==2.6 Werkzeug==0.8.3 -certifi==0.0.8 +certifi==2022.12.7 chardet==1.0.1 distribute==0.6.24 requests==0.11.2