From aad10d161bc7a5274a1414812514280cc4c910ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:37:11 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 3 updates Bumps the python-packages group with 3 updates in the / directory: [jsonschema](https://github.com/python-jsonschema/jsonschema), [pyside6-essentials](https://pyside.org) and [sounddevice](https://github.com/spatialaudio/python-sounddevice). Updates `jsonschema` from 4.22.0 to 4.23.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.22.0...v4.23.0) Updates `pyside6-essentials` from 6.6.3.1 to 6.7.3 Updates `sounddevice` from 0.4.7 to 0.5.0 - [Release notes](https://github.com/spatialaudio/python-sounddevice/releases) - [Changelog](https://github.com/spatialaudio/python-sounddevice/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/python-sounddevice/compare/0.4.7...0.5.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyside6-essentials dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sounddevice dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61a0f98f3..2621f4a86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,13 +15,13 @@ requires-python = ">=3.9" dependencies = [ "soundfile==0.12.1", "mido==1.3.2", - "jsonschema==4.22.0", + "jsonschema==4.23.0", "numpy==1.26.4", "pyjacklib==0.1.1", - "pyside6-essentials==6.6.3.1", + "pyside6-essentials==6.7.3", "lupa==2.2", "appdirs==1.4.4", - "sounddevice==0.4.7", + "sounddevice==0.5.0", "pywin32 ; platform_system == \"Windows\"", ]