From bfa99132e09a631f6eca2c19a6dd3de9f03c7cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 02:03:55 +0000 Subject: [PATCH] Bump certifi from 2020.12.5 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- behave/requirements.txt | 2 +- pytest-bdd/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/behave/requirements.txt b/behave/requirements.txt index 73131f3..59517c0 100644 --- a/behave/requirements.txt +++ b/behave/requirements.txt @@ -1,5 +1,5 @@ behave==1.2.6 -certifi==2020.12.5 +certifi==2022.12.7 chardet==4.0.0 idna==2.10 parse==1.19.0 diff --git a/pytest-bdd/requirements.txt b/pytest-bdd/requirements.txt index ac56432..e9d54d3 100644 --- a/pytest-bdd/requirements.txt +++ b/pytest-bdd/requirements.txt @@ -1,5 +1,5 @@ attrs==20.3.0 -certifi==2020.12.5 +certifi==2022.12.7 chardet==4.0.0 glob2==0.7 idna==2.10