Skip to content

Commit 750885d

Browse files
Bump the production-dependencies group across 1 directory with 2 updates (#742)
* Bump the production-dependencies group across 1 directory with 2 updates 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.4 to 0.147.0 - [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.4...0.147.0) Updates `pydantic` from 2.11.3 to 2.11.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.3...v2.11.4) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.147.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog and packaging dependency * Update lock file * Fix sphinx build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Camise <tcamise@gopro.com>
1 parent ddde1f4 commit 750885d

File tree

3 files changed

+30
-26
lines changed

3 files changed

+30
-26
lines changed

demos/python/sdk_wireless_camera_control/docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
99
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
1010
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1111

12+
Unreleased
13+
----------
14+
* Add stream feature abstraction and update stream demos
15+
1216
0.20.0 (May-12-2025)
1317
--------------------
1418
* NOTE! This is a major update and includes breaking API changes

demos/python/sdk_wireless_camera_control/poetry.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/python/sdk_wireless_camera_control/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ construct = "^2"
4444
wrapt = "^1"
4545
requests = "^2"
4646
protobuf = "^6"
47-
packaging = "^24"
47+
packaging = "25"
4848
rich = "^14"
4949
pexpect = "^4"
5050
zeroconf = "^0"

0 commit comments

Comments
 (0)