diff --git a/poetry.lock b/poetry.lock index 80be7bd..17aafe8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1019,22 +1019,22 @@ requests = ">=2.0.0" [[package]] name = "requests-pkcs12" -version = "1.25" +version = "1.27" description = "Add PKCS#12 support to the requests library in a clean way, without monkey patching or temporary files" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "requests_pkcs12-1.25-py3-none-any.whl", hash = "sha256:94fbd01958f6386198be04a1cb6f2f0c86bd2d89e0bf6fe5d09cfba874f23936"}, - {file = "requests_pkcs12-1.25.tar.gz", hash = "sha256:39d64144d9443c29fd7e9d4c33f6bcb8cda5ceedcb953030d6ea847f1889b410"}, + {file = "requests_pkcs12-1.27-py3-none-any.whl", hash = "sha256:d8c350ec050dbc806b097497a3f1ce8f9f93b439f30151ed0c6a1f4b27392fc3"}, + {file = "requests_pkcs12-1.27.tar.gz", hash = "sha256:258b320bac8773b5c310a92382e3cb3b1fece1d5cc4fd4a6f93a70b009154ea5"}, ] [package.dependencies] cryptography = ">=42.0.0" -requests = ">=2.26.0" +requests = ">=2.32.5" [package.extras] -dev = ["twine (>=3.4.2)", "wheel (>=0.37.0)"] +dev = ["build (>=1.3.0)", "twine (>=3.4.2)", "wheel (>=0.37.0)"] [[package]] name = "restrictedpython" @@ -1437,4 +1437,4 @@ js = [] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.14" -content-hash = "34d69339cb0136615c69d1e313e4f4bc63e0da3fccb9deda990fbf62abf759ce" +content-hash = "b36390d8d6009913445c76ddef7d260d4863e1a4ddc043773b62e2c1c94fd2d7" diff --git a/pyproject.toml b/pyproject.toml index 9c70604..a187579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python = ">=3.9,<3.14" jsonschema = "4.23.0" jstyleson = "0.0.2" textx = "4.2.3" -requests-pkcs12 = "1.25" +requests-pkcs12 = "1.27" parsys-requests-unixsocket = "0.3.2" requests-aws4auth = "1.3.1" requests-ntlm = "1.3.0"