Skip to content

Commit a4d859d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 51dbcc9 commit a4d859d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nc_py_api/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
# Use system certificate stores
4646

4747
import ssl
48+
4849
import truststore
4950

5051
NPA_NC_CERT = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ dependencies = [
4949
"httpx>=0.25.2",
5050
"pydantic>=2.1.1",
5151
"python-dotenv>=1",
52+
"truststore==0.10",
5253
"xmltodict>=0.13",
53-
"truststore==0.10.0",
5454
]
5555
optional-dependencies.app = [
5656
"uvicorn[standard]>=0.23.2",

0 commit comments

Comments
 (0)