Skip to content

chore(deps): lock file maintenance#108

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 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 requested a review from a team as a code owner July 19, 2026 23:16
@renovate renovate Bot added 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 labels Jul 19, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 19, 2026 23:16
@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
468 1 467 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.148s run time
self = <tests.aignostics_foundry_core.otel_test.TestOtelInitialize object at 0x7f56c9c71b50>
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f56c9cfda90>

    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='140010655920688'>
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({})].

../../../..../installs/python/3.14.3/lib/python3.14/unittest/mock.py:996: 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.

@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch from e51168e to 2140a00 Compare July 20, 2026 05:10
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from cc86713 to 67c2d46 Compare July 21, 2026 07:10
@aig-hannes
aig-hannes disabled auto-merge July 21, 2026 07:13
@aig-hannes
aig-hannes enabled auto-merge (rebase) July 21, 2026 07:14
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch from 67c2d46 to 5705a5a Compare July 21, 2026 07:14
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch from 5705a5a to 694d220 Compare July 21, 2026 07:57
@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.

1 participant