Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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](python-jsonschema/jsonschema@v4.22.0...v4.23.0)

Updates `pyside6-essentials` from 6.6.3.1 to 6.7.2

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](spatialaudio/python-sounddevice@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent bf68747 commit eab10bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"lupa==2.2",
"appdirs==1.4.4",
"sounddevice==0.4.7",
"sounddevice==0.5.0",
"pywin32 ; platform_system == \"Windows\"",
]

Expand Down

0 comments on commit eab10bf

Please sign in to comment.