From f5a45d974ac8fdb6e1b81a9ac834ab6224fe1302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 15:33:24 +0000 Subject: [PATCH] Bump certifi in /src/ui-test/test-repo/flask-hello-world Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. - [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ui-test/test-repo/flask-hello-world/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui-test/test-repo/flask-hello-world/requirements.txt b/src/ui-test/test-repo/flask-hello-world/requirements.txt index ed60e0a..cca90e3 100644 --- a/src/ui-test/test-repo/flask-hello-world/requirements.txt +++ b/src/ui-test/test-repo/flask-hello-world/requirements.txt @@ -1,4 +1,4 @@ -certifi==2021.5.30 +certifi==2022.12.7 chardet==3.0.4 charset-normalizer==2.0.6 click==8.0.3