Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence
types-protobuf (changelog) 6.30.2.20250703 -> 6.30.2.20250809 age confidence
types-requests (changelog) 2.32.4.20250611 -> 2.32.4.20250809 age confidence

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 25, 2025

Test Results

    38 files  ±0      38 suites  ±0   1h 0m 34s ⏱️ -54s
 2 590 tests ±0   2 190 ✅ ±0    400 💤 ±0  0 ❌ ±0 
46 490 runs  ±0  39 764 ✅ ±0  6 726 💤 ±0  0 ❌ ±0 

Results for commit 9546fa4. ± Comparison against base commit 4838825.

♻️ This comment has been updated with latest results.

@zhindes
Copy link
Collaborator

zhindes commented Aug 25, 2025

@mikeprosserni - FYI updating to latest nitypes fails with the new Analog Waveform stuff. Do you mind taking a look?

  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib
    pythonVersion: 3.9.23
    POETRY_BIN_DIR: /home/runner/.local/poetry/bin
    POETRY_HOME: /home/runner/.local/poetry/home
    POETRY_HOME_BIN: /home/runner/.local/poetry/home/bin
tests/component/test_stream_readers_ai.py:195: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:214: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:235: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:303: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:327: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:347: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:372: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:392: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:487: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:513: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:545: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:610: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:637: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:669: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:694: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
Found 15 errors in 1 file (checked 183 source files)

@zhindes zhindes requested a review from mikeprosserni August 25, 2025 12:56
@renovate renovate bot force-pushed the users/renovate/python branch from da38cb8 to 0a6ba92 Compare August 25, 2025 12:58
@renovate renovate bot force-pushed the users/renovate/python branch from 0a6ba92 to 9546fa4 Compare August 25, 2025 16:00
@renovate renovate bot changed the title fix(deps): update python packages chore(deps): update python packages Aug 25, 2025
@mikeprosserni
Copy link
Contributor

@mikeprosserni - FYI updating to latest nitypes fails with the new Analog Waveform stuff. Do you mind taking a look?

  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib
    pythonVersion: 3.9.23
    POETRY_BIN_DIR: /home/runner/.local/poetry/bin
    POETRY_HOME: /home/runner/.local/poetry/home
    POETRY_HOME_BIN: /home/runner/.local/poetry/home/bin
tests/component/test_stream_readers_ai.py:195: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:214: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:235: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:303: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:327: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:347: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:372: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:392: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:487: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:513: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:545: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:610: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:637: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:669: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
tests/component/test_stream_readers_ai.py:694: error: "AnalogWaveform[floating[_64Bit]]" has no attribute "unit_description"  [attr-defined]
Found 15 errors in 1 file (checked 183 source files)

I've fixed this: #815

@zhindes zhindes merged commit bf7babb into master Aug 25, 2025
28 checks passed
@bkeryan bkeryan deleted the users/renovate/python branch August 26, 2025 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants