From c96360dab1d80b988fecbdfbeb893b513e707db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 09:34:42 +0000 Subject: [PATCH] Bump certifi from 2022.9.24 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index a6fac1e..aa27624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ attrs==22.1.0 # via pytest build==0.9.0 # via pip-tools -certifi==2022.9.24 +certifi==2022.12.7 # via # httpcore # httpx @@ -25,8 +25,6 @@ dnspython==2.2.1 # via email-validator email-validator==1.3.0 # via fastapi -exceptiongroup==1.0.4 - # via pytest fastapi[all]==0.87.0 # via -r requirements.in flake8==6.0.0 @@ -113,12 +111,6 @@ sniffio==1.3.0 # httpx starlette==0.21.0 # via fastapi -tomli==2.0.1 - # via - # build - # mypy - # pep517 - # pytest typing-extensions==4.4.0 # via # mypy