From 9e717748251aae76bff07d89c722d2ab52b8cd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 05:53:31 +0000 Subject: [PATCH] Bump certifi from 2019.6.16 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2019.06.16...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 82 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 59 insertions(+), 23 deletions(-) diff --git a/requirements.txt b/requirements.txt index d516ec9..418dd9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,31 +4,67 @@ # # pip-compile # ---extra-index-url https://packagecloud.io/github/git-lfs/pypi/simple - aiohttp==3.5.4 -async-timeout==3.0.1 # via aiohttp + # via -r requirements.in +async-timeout==3.0.1 + # via aiohttp asyncio==3.4.3 -atomicwrites==1.3.0 # via pytest -attrs==19.1.0 # via aiohttp, pytest -beautifulsoup4==4.7.1 # via bs4 + # via -r requirements.in +atomicwrites==1.3.0 + # via pytest +attrs==19.1.0 + # via + # aiohttp + # pytest +beautifulsoup4==4.7.1 + # via bs4 bs4==0.0.1 -certifi==2019.6.16 # via requests -chardet==3.0.4 # via aiohttp, requests -idna==2.8 # via requests, yarl -importlib-metadata==0.18 # via pluggy, pytest -more-itertools==7.1.0 # via pytest -multidict==4.5.2 # via aiohttp, yarl -packaging==19.0 # via pytest -pluggy==0.12.0 # via pytest -py==1.8.0 # via pytest -pyparsing==2.4.0 # via packaging -pytest-asyncio==0.10.0 + # via -r requirements.in +certifi==2022.12.7 + # via requests +chardet==3.0.4 + # via + # aiohttp + # requests +idna==2.8 + # via + # requests + # yarl +importlib-metadata==0.18 + # via + # pluggy + # pytest +more-itertools==7.1.0 + # via pytest +multidict==4.5.2 + # via + # aiohttp + # yarl +packaging==19.0 + # via pytest +pluggy==0.12.0 + # via pytest +py==1.8.0 + # via pytest +pyparsing==2.4.0 + # via packaging pytest==5.0.1 + # via + # -r requirements.in + # pytest-asyncio +pytest-asyncio==0.10.0 + # via -r requirements.in requests==2.22.0 -six==1.12.0 # via packaging -soupsieve==1.9.2 # via beautifulsoup4 -urllib3==1.25.3 # via requests -wcwidth==0.1.7 # via pytest -yarl==1.3.0 # via aiohttp -zipp==0.5.2 # via importlib-metadata + # via -r requirements.in +six==1.12.0 + # via packaging +soupsieve==1.9.2 + # via beautifulsoup4 +urllib3==1.25.3 + # via requests +wcwidth==0.1.7 + # via pytest +yarl==1.3.0 + # via aiohttp +zipp==0.5.2 + # via importlib-metadata