diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f606c3..ada6f4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: rev: 0.4.20 hooks: - id: uv-export - args: ['--no-hashes'] + args: ['--no-hashes', '--output-file=requirements.txt'] - repo: https://github.com/astral-sh/uv-pre-commit # uv version. rev: 0.4.20 diff --git a/requirements.txt b/requirements.txt index 7895cd5..8327464 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/uv.lock b/uv.lock index a580441..6ca4d51 100644 --- a/uv.lock +++ b/uv.lock @@ -216,7 +216,7 @@ wheels = [ [[package]] name = "n1081b-sdk" version = "1.0.0" -source = { git = "https://github.com/ENRG-tr/N1081B-SDK-Python.git#8d62bc11210c2bdf3044cb29b99b280d5c962da7" } +source = { git = "https://github.com/ENRG-tr/N1081B-SDK-Python.git#3217fb0fdb5e5997116c687b1d15bed174fc0400" } dependencies = [ { name = "websocket-client" }, ]