From e82c56b4296c7fee5b1a52c18c7c69a0658c02a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 05:20:45 +0000 Subject: [PATCH] chore: Update Python dependencies --- pdm.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pdm.lock b/pdm.lock index 03a68fe..f7bfab5 100644 --- a/pdm.lock +++ b/pdm.lock @@ -203,7 +203,7 @@ summary = "Experimental type system extensions for programs checked with the myp [[package]] name = "outcome" version = "1.1.0" -requires_python = ">=3.6" +requires_python = ">=3.7" summary = "Capture the outcome of Python function calls." dependencies = [ "attrs>=19.2.0", @@ -275,6 +275,7 @@ summary = "Python style guide checker" [[package]] name = "pycparser" version = "2.21" +requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" summary = "C parser in Python" [[package]] @@ -522,7 +523,7 @@ dependencies = [ "cryptography>=1.3.4", "idna>=2.0.0", "pyOpenSSL>=0.14", - "urllib3", + "urllib3~=1.26", ] [[package]]