Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 19, 2025
1 parent 51dbcc9 commit a4d859d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nc_py_api/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
# Use system certificate stores

import ssl

import truststore

NPA_NC_CERT = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a4d859d

Please sign in to comment.