Skip to content

chore(deps): lock file maintenance - #116

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance-mise-tools
Open

chore(deps): lock file maintenance#116
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance-mise-tools

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "before 5am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the bot Automated pull requests or issues label Aug 31, 2026
@renovate
renovate Bot requested a review from a team as a code owner August 31, 2026 02:38
@renovate renovate Bot added dependencies Pull requests that update a dependency file renovate Pull requests from Renovate skip:codecov Skip Codecov reporting and check labels Aug 31, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 31, 2026 02:38
@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
474 1 473 0
View the top 1 failed test(s) by shortest run time
tests.aignostics_foundry_core.otel_test.TestOtelInitialize::test_otel_initialize_sets_foundry_service_resource_attribute
Stack Traces | 0.129s run time
self = <tests.aignostics_foundry_core.otel_test.TestOtelInitialize object at 0x7f1fcf0ab410>
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f1fd9430e60>

    def test_otel_initialize_sets_foundry_service_resource_attribute(self, monkeypatch: pytest.MonkeyPatch) -> None:
        """The shared Resource carries foundry_service=<context name>, disambiguated from service.name."""
        monkeypatch.setenv(f"{_OTEL_PREFIX}ENABLED", "true")
        monkeypatch.setenv(_OTEL_EXPORTER_OTLP_ENDPOINT, _OTLP_ENDPOINT)
        with (
            patch(_TRACE_SET_TRACER_PROVIDER),
            patch(_METRICS_SET_METER_PROVIDER),
            patch(_OTEL_INSTRUMENTORS_APPLY),
            patch("opentelemetry.sdk.resources.Resource.create", wraps=Resource.create) as mock_create,
        ):
            otel_initialize()
>       mock_create.assert_called_once_with({"service.version": ANY, "foundry_service": TEST_PROJECT_NAME})

tests/aignostics_foundry_core/otel_test.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <MagicMock name='create' id='139774655039536'>
args = ({'service.version': <ANY>, 'foundry_service': 'test_project'},)
kwargs = {}

    def assert_called_once_with(self, /, *args, **kwargs):
        """assert that the mock was called exactly once and that that call was
        with the specified arguments."""
        if not self.call_count == 1:
            msg = ("Expected '%s' to be called once. Called %s times.%s"
                   % (self._mock_name or 'mock',
                      self.call_count,
                      self._calls_repr()))
>           raise AssertionError(msg)
E           AssertionError: Expected 'create' to be called once. Called 2 times.
E           Calls: [call({'service.version': '0.0.0', 'foundry_service': 'test_project'}),
E            call({})].

../../../..../uv/python/cpython-3.14.6-linux-x86_64-gnu/lib/python3.14/unittest/mock.py:997: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Automated pull requests or issues dependencies Pull requests that update a dependency file renovate Pull requests from Renovate skip:codecov Skip Codecov reporting and check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants