Skip to content

Commit 3492f6b

Browse files
Blahpapto1Avi Goel
andauthored
pre-publish step changes for 2.2.0 (#1049)
* pre-publish step changes for 2.2.0 * comment out ni-measurement-plugin-sdk-service dev dependency in pyproject.toml * (Fix CI Checks): Updated poetry lock --------- Co-authored-by: Avi Goel <[email protected]>
1 parent a25139a commit 3492f6b

File tree

15 files changed

+81
-81
lines changed

15 files changed

+81
-81
lines changed

examples/game_of_life/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["National Instruments"]
77

88
[tool.poetry.dependencies]
99
python = "^3.8"
10-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
10+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1111
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1212

1313
[tool.poetry.group.dev.dependencies]

examples/nidaqmx_analog_input/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
nidaqmx = { version = ">=0.8.0", extras = ["grpc"] }
11-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
11+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313

1414
[tool.poetry.group.dev.dependencies]

examples/nidcpower_source_dc_voltage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
nidcpower = { version = ">=1.4.4", extras = ["grpc"] }
11-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
11+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
1414

examples/nidcpower_source_dc_voltage_with_multiplexer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["National Instruments"]
99
python = "^3.8"
1010
nidcpower = { version = ">=1.4.4", extras = ["grpc"] }
1111
niswitch = { version = ">=1.4.4", extras = ["grpc"] }
12-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
12+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1313
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1414
grpcio = "*"
1515

examples/nidigital_spi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
nidigital = { version = ">=1.4.4", extras = ["grpc"] }
11-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
11+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
1414

examples/nidmm_measurement/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
nidmm = { version = ">=1.4.4", extras = ["grpc"] }
11-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
11+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
1414

examples/nifgen_standard_function/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
nifgen = { version = ">=1.4.4", extras = ["grpc"] }
11-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
11+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
1414

examples/niscope_acquire_waveform/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
niscope = { version = ">=1.4.4", extras = ["grpc"] }
11-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
11+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
1414

examples/niswitch_control_relays/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
niswitch = { version = ">=1.4.4", extras = ["grpc"] }
11-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
11+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
1414

examples/nivisa_dmm_measurement/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["National Instruments"]
77

88
[tool.poetry.dependencies]
99
python = "^3.8"
10-
ni-measurement-plugin-sdk-service = {version = "^2.1.0"}
10+
ni-measurement-plugin-sdk-service = {version = "^2.2.0"}
1111
PyVISA = "^1.13.0"
1212
PyVISA-sim = "^0.5.1"
1313
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558

0 commit comments

Comments
 (0)