From 868d5f49026d3544f373264c1f77a375c2f349a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:48:03 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /private_set_intersection/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../python/requirements.txt | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/private_set_intersection/python/requirements.txt b/private_set_intersection/python/requirements.txt index 8580247a..b596f921 100644 --- a/private_set_intersection/python/requirements.txt +++ b/private_set_intersection/python/requirements.txt @@ -12,14 +12,16 @@ bleach==6.0.0 # via readme-renderer certifi==2022.12.7 # via requests +cffi==1.16.0 + # via cryptography charset-normalizer==3.0.1 # via requests click==8.1.3 # via black +cryptography==41.0.4 + # via secretstorage docutils==0.19 # via readme-renderer -exceptiongroup==1.1.0 - # via pytest flake8==5.0.4 # via -r requirements.in idna==3.4 @@ -32,6 +34,10 @@ iniconfig==2.0.0 # via pytest jaraco-classes==3.2.3 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage keyring==23.13.1 # via twine markdown-it-py==2.1.0 @@ -62,6 +68,8 @@ py-cpuinfo==9.0.0 # via pytest-benchmark pycodestyle==2.9.1 # via flake8 +pycparser==2.21 + # via cffi pyflakes==2.5.0 # via flake8 pygments==2.14.0 @@ -86,15 +94,13 @@ rfc3986==2.0.0 # via twine rich==13.3.1 # via twine +secretstorage==3.3.3 + # via keyring six==1.16.0 # via bleach -tomli==2.0.1 - # via - # black - # pytest twine==4.0.2 # via -r requirements.in -urllib3==1.26.14 +urllib3==1.26.17 # via # requests # twine