From aae0090545ccb3725afdd84f65e675edbd3d0639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:43:49 +0000 Subject: [PATCH] Bump certifi from 2019.9.11 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.9.11 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2019.09.11...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 57 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index 64f381b..0e7f701 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,27 +4,50 @@ # # pip-compile --no-emit-trusted-host --no-index # -appdirs==1.4.3 # via black -atomicwrites==1.3.0 # via pytest -attrs==19.3.0 # via black, pytest +appdirs==1.4.3 + # via black +atomicwrites==1.3.0 + # via pytest +attrs==19.3.0 + # via + # black + # pytest black==19.3b0 + # via -r requirements.in cachetools==3.1.1 -certifi==2019.9.11 # via requests -chardet==3.0.4 # via requests -click==7.0 # via black, pip-tools -idna==2.8 # via requests -importlib-metadata==0.23 # via pluggy -more-itertools==7.2.0 # via pytest, zipp + # via -r requirements.in +certifi==2022.12.7 + # via requests +chardet==3.0.4 + # via requests +click==7.0 + # via + # black + # pip-tools +idna==2.8 + # via requests +more-itertools==7.2.0 + # via pytest pip-tools==3.7.0 -pluggy==0.13.0 # via pytest -py==1.8.0 # via pytest + # via -r requirements.in +pluggy==0.13.0 + # via pytest +py==1.8.0 + # via pytest pytest==4.5.0 + # via -r requirements.in requests==2.22.0 -six==1.12.0 # via pip-tools, pytest -toml==0.10.0 # via black -urllib3==1.25.6 # via requests -wcwidth==0.1.7 # via pytest -zipp==0.6.0 # via importlib-metadata + # via -r requirements.in +six==1.12.0 + # via + # pip-tools + # pytest +toml==0.10.0 + # via black +urllib3==1.25.6 + # via requests +wcwidth==0.1.7 + # via pytest # The following packages are considered to be unsafe in a requirements file: -# setuptools==41.6.0 # via pytest +# setuptools