Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the production-dependencies group with 2 updates in the /demos/python/sdk_wireless_camera_control directory: zeroconf and pydantic.

Updates zeroconf from 0.146.1 to 0.146.3

Release notes

Sourced from zeroconf's releases.

0.146.3

v0.146.3 (2025-04-02)

Bug Fixes

  • Correctly override question type flag for requests (#1558, bd643a2)
  • fix: correctly override question type flag for requests

Currently even when setting the explicit question type flag, the implementation ignores it for subsequent queries. This commit ensures that all queries respect the explicit question type flag.

  • chore(tests): add test for explicit question type flag

Add unit test to validate that the explicit question type flag is set correctly in outgoing requests.


Detailed Changes: 0.146.2...0.146.3

0.146.2

v0.146.2 (2025-04-01)

Bug Fixes

  • Create listener socket with specific IP version (#1557, b757ddf)
  • fix: create listener socket with specific IP version

Create listener sockets when using unicast with specific IP version as well, just like in new_respond_socket().

  • chore(tests): add unit test for socket creation with unicast addressing

Detailed Changes: 0.146.1...0.146.2

Changelog

Sourced from zeroconf's changelog.

v0.146.3 (2025-04-02)

Bug Fixes

  • Correctly override question type flag for requests (#1558, bd643a2)
  • fix: correctly override question type flag for requests

Currently even when setting the explicit question type flag, the implementation ignores it for subsequent queries. This commit ensures that all queries respect the explicit question type flag.

  • chore(tests): add test for explicit question type flag

Add unit test to validate that the explicit question type flag is set correctly in outgoing requests.

v0.146.2 (2025-04-01)

Bug Fixes

  • Create listener socket with specific IP version (#1557, b757ddf)
  • fix: create listener socket with specific IP version

Create listener sockets when using unicast with specific IP version as well, just like in new_respond_socket().

  • chore(tests): add unit test for socket creation with unicast addressing
Commits
  • 16c257c 0.146.3
  • bd643a2 fix: correctly override question type flag for requests (#1558)
  • 94620b0 0.146.2
  • b757ddf fix: create listener socket with specific IP version (#1557)
  • 54eb383 chore(ci): bump pypa/cibuildwheel from 2.23.0 to 2.23.2 in the github-actions...
  • 3404373 chore: pin GitHub actions to SHAs to mitigate supply chain attacks (#1554)
  • 0fe79d7 chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 (#1553)
  • 741b6ef chore(deps-dev): bump setuptools from 77.0.3 to 78.1.0 (#1552)
  • f05b012 chore(pre-commit.ci): pre-commit autoupdate (#1551)
  • 33bf0e4 chore(deps-dev): bump setuptools from 76.0.0 to 77.0.3 (#1550)
  • Additional commits viewable in compare view

Updates pydantic from 2.11.0 to 2.11.2

Release notes

Sourced from pydantic's releases.

v2.11.2 2025-04-03

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.1...v2.11.2

v2.11.1 2025-03-28

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.0...v2.11.1

Changelog

Sourced from pydantic's changelog.

v2.11.2 (2025-04-03)

GitHub release

What's Changed

Fixes

  • Bump pydantic-core to v2.33.1 by @​Viicos in #11678
  • Make sure __pydantic_private__ exists before setting private attributes by @​Viicos in #11666
  • Do not override FieldInfo._complete when using field from parent class by @​Viicos in #11668
  • Provide the available definitions when applying discriminated unions by @​Viicos in #11670
  • Do not expand root type in the mypy plugin for variables by @​Viicos in #11676
  • Mention the attribute name in model fields deprecation message by @​Viicos in #11674
  • Properly validate parameterized mappings by @​Viicos in #11658

v2.11.1 (2025-03-28)

GitHub release

What's Changed

Fixes

  • Do not override 'definitions-ref' schemas containing serialization schemas or metadata by @​Viicos in #11644
Commits
  • bd1f8cf Prepare release v2.11.2 (#11684)
  • f70f291 Add integration documentation for llms.txt (#11677)
  • 34095c7 Properly validate parameterized mappings (#11658)
  • dfa6c67 Mention the attribute name in model fields deprecation message (#11674)
  • cbf4202 Do not expand root type in the mypy plugin for variables (#11676)
  • 8b0825a Provide the available definitions when applying discriminated unions (#11670)
  • 86c5703 Do not override FieldInfo._complete when using field from parent class (#11...
  • da84149 Make sure __pydantic_private__ exists before setting private attributes (#1...
  • 0cfe853 Bump pydantic-core to v2.33.1 (#11678)
  • 6c38dc9 Prepare release v2.11.1 (#11648)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 2 updates in the /demos/python/sdk_wireless_camera_control directory: [zeroconf](https://github.com/python-zeroconf/python-zeroconf) and [pydantic](https://github.com/pydantic/pydantic).


Updates `zeroconf` from 0.146.1 to 0.146.3
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](python-zeroconf/python-zeroconf@0.146.1...0.146.3)

Updates `pydantic` from 2.11.0 to 2.11.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.0...v2.11.2)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-version: 0.146.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from tcamise-gpsw April 7, 2025 11:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python sdk Python SDK labels Apr 7, 2025
dependabot bot and others added 4 commits April 7, 2025 09:32
Bumps the kotlin-dependencies group in /demos/kotlin/kmp_sdk with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.mockito:mockito-android](https://github.com/mockito/mockito).


Updates `org.mockito:mockito-core` from 5.16.1 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.1...v5.17.0)

Updates `org.mockito:mockito-android` from 5.16.1 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.1...v5.17.0)

Updates `org.mockito:mockito-android` from 5.16.1 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.1...v5.17.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-dependencies
- dependency-name: org.mockito:mockito-android
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-dependencies
- dependency-name: org.mockito:mockito-android
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ates (#718)

* Bump the development-dependencies group across 1 directory with 4 updates

Bumps the development-dependencies group with 4 updates in the /demos/python/sdk_wireless_camera_control directory: [pytest-cov](https://github.com/pytest-dev/pytest-cov), [coverage](https://github.com/nedbat/coveragepy), [types-requests](https://github.com/python/typeshed) and [types-protobuf](https://github.com/typeshed-internal/stub_uploader).


Updates `pytest-cov` from 6.0.0 to 6.1.1
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v6.0.0...v6.1.1)

Updates `coverage` from 7.7.1 to 7.8.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.7.1...7.8.0)

Updates `types-requests` from 2.32.0.20250306 to 2.32.0.20250328
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-protobuf` from 5.29.1.20250315 to 5.29.1.20250403
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: coverage
  dependency-version: 7.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: types-requests
  dependency-version: 2.32.0.20250328
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-protobuf
  dependency-version: 5.29.1.20250403
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update sphinx and pydoclint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Camise <[email protected]>
Bumps the production-dependencies group with 2 updates in the /demos/python/sdk_wireless_camera_control directory: [zeroconf](https://github.com/python-zeroconf/python-zeroconf) and [pydantic](https://github.com/pydantic/pydantic).


Updates `zeroconf` from 0.146.1 to 0.146.3
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](python-zeroconf/python-zeroconf@0.146.1...0.146.3)

Updates `pydantic` from 2.11.0 to 2.11.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.0...v2.11.2)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-version: 0.146.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@tcamise-gpsw tcamise-gpsw merged commit f5f131e into main Apr 7, 2025
10 checks passed
@tcamise-gpsw tcamise-gpsw deleted the dependabot/pip/demos/python/sdk_wireless_camera_control/production-dependencies-57c14d3d95 branch April 7, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python sdk Python SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants