From a4d859d16b6d9d14fe841c04748dadc8999d8a75 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:24:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- nc_py_api/options.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nc_py_api/options.py b/nc_py_api/options.py index b1945984..c7300732 100644 --- a/nc_py_api/options.py +++ b/nc_py_api/options.py @@ -45,6 +45,7 @@ # Use system certificate stores import ssl + import truststore NPA_NC_CERT = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) diff --git a/pyproject.toml b/pyproject.toml index 1923fec7..0b936a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,8 @@ dependencies = [ "httpx>=0.25.2", "pydantic>=2.1.1", "python-dotenv>=1", + "truststore==0.10", "xmltodict>=0.13", - "truststore==0.10.0", ] optional-dependencies.app = [ "uvicorn[standard]>=0.23.2",