Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#1079)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* Fix lint errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brad Keryan <brad.keryan@ni.com>
  • Loading branch information
renovate[bot] and bkeryan authored Mar 6, 2025
1 parent d13a152 commit 90014e0
Show file tree
Hide file tree
Showing 18 changed files with 687 additions and 694 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""Creates a measurement through use of __init__.py."""
"""Creates a measurement through use of __init__.py."""

from ni_measurement_plugin_sdk_generator.plugin import create_measurement

Expand Down
469 changes: 228 additions & 241 deletions packages/generator/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains utility functions to test loopback measurement service. """
"""Contains utility functions to test loopback measurement service."""

from enum import Enum
from pathlib import Path
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains utility functions to test void measurement service. """
"""Contains utility functions to test void measurement service."""

import threading
import time
Expand Down
175 changes: 88 additions & 87 deletions packages/sdk/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
""" Contains modules related to Measurement parameter."""
"""Contains modules related to Measurement parameter."""
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def _timeout_to_milliseconds(timeout: Optional[float]) -> int:
def _to_group_mappings_dict(
mappings: google.protobuf.internal.containers.MessageMap[
str, session_management_service_pb2.ResolvedPinsOrRelays
]
],
) -> Mapping[str, Iterable[str]]:
group_mappings: Dict[str, Iterable[str]] = {}
if mappings is not None:
Expand Down
705 changes: 356 additions & 349 deletions packages/service/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def _validate_get_metadata_response(
get_metadata_response: Union[
v1_measurement_service_pb2.GetMetadataResponse,
v2_measurement_service_pb2.GetMetadataResponse,
]
],
):
assert get_metadata_response.measurement_details.display_name == "Loopback Measurement (Py)"
assert get_metadata_response.measurement_details.version == "1.2.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/service/tests/unit/test_default_value.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains tests to validate the serializationstrategy.py. """
"""Contains tests to validate the serializationstrategy.py."""

import pytest
from google.protobuf import type_pb2
Expand Down
3 changes: 1 addition & 2 deletions packages/service/tests/unit/test_discovery_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Contains tests to validate the discovery_client.py.
"""
"""Contains tests to validate the discovery_client.py."""

import copy
import json
Expand Down
3 changes: 1 addition & 2 deletions packages/service/tests/unit/test_pin_map_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Contains tests to validate the pin_map_client.py.
"""
"""Contains tests to validate the pin_map_client.py."""

import pathlib
from typing import cast
Expand Down
2 changes: 1 addition & 1 deletion packages/service/tests/utilities/connection_subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_connection_subset(connection: Union[Connection, TypedConnection[_T]]) ->


def get_connection_subset_with_multiplexer(
connection: Union[Connection, TypedConnectionWithMultiplexer[_T, _TMultiplexer]]
connection: Union[Connection, TypedConnectionWithMultiplexer[_T, _TMultiplexer]],
) -> ConnectionSubset:
"""Constructs and returns a ConnectionSubset object with multiplexer data."""
return ConnectionSubset(
Expand Down
2 changes: 1 addition & 1 deletion packages/service/tests/utilities/fake_discovery_service.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains Test Doubles related to Discovery service. """
"""Contains Test Doubles related to Discovery service."""

import uuid

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains utility functions to test loopback measurement service. """
"""Contains utility functions to test loopback measurement service."""

import pathlib
from enum import Enum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains utility functions to test loopback measurement service. """
"""Contains utility functions to test loopback measurement service."""

import pathlib
from typing import Tuple
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains utility functions to test loopback measurement service. """
"""Contains utility functions to test loopback measurement service."""

import pathlib
from typing import Tuple
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains utility functions to test loopback measurement service. """
"""Contains utility functions to test loopback measurement service."""

import pathlib
from typing import Tuple
Expand Down

0 comments on commit 90014e0

Please sign in to comment.