music-assistant-server.git
4 years agoupdate pylintrc
Marcel van der Veldt [Wed, 6 Apr 2022 09:50:01 +0000 (11:50 +0200)]
update pylintrc

4 years agoCleanup examples (#245)
Marcel van der Veldt [Wed, 6 Apr 2022 09:40:37 +0000 (11:40 +0200)]
Cleanup examples (#245)

cleanup the code examples a bit

4 years agoBump pylint from 2.12.2 to 2.13.4 (#237)
dependabot[bot] [Wed, 6 Apr 2022 09:39:43 +0000 (11:39 +0200)]
Bump pylint from 2.12.2 to 2.13.4 (#237)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.12.2 to 2.13.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.12.2...v2.13.4)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump actions/setup-python from 2 to 3.1.0 (#239)
dependabot[bot] [Wed, 6 Apr 2022 09:39:30 +0000 (11:39 +0200)]
Bump actions/setup-python from 2 to 3.1.0 (#239)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump actions/checkout from 2 to 3 (#240)
dependabot[bot] [Wed, 6 Apr 2022 09:39:18 +0000 (11:39 +0200)]
Bump actions/checkout from 2 to 3 (#240)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump peter-evans/create-pull-request from 2 to 4.0.1 (#241)
dependabot[bot] [Wed, 6 Apr 2022 09:39:05 +0000 (11:39 +0200)]
Bump peter-evans/create-pull-request from 2 to 4.0.1 (#241)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 2 to 4.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v2...v4.0.1)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoFix typos in player model (#244)
Marcel van der Veldt [Wed, 6 Apr 2022 09:29:06 +0000 (11:29 +0200)]
Fix typos in player model (#244)

4 years agoSupport multi client streams (#243)
Marcel van der Veldt [Wed, 6 Apr 2022 09:00:45 +0000 (11:00 +0200)]
Support multi client streams (#243)

* handle brokenpipe error at shutdown

* catch json parse errors in aiohttp

* stability fixes

* remove group player workaround

* fix error when streaming radio

* support for multi client queue streams

4 years ago1.0.7
Marcel van der Veldt [Tue, 5 Apr 2022 23:39:50 +0000 (01:39 +0200)]
1.0.7

4 years agoVarious follow up fixes (#242)
Marcel van der Veldt [Tue, 5 Apr 2022 23:38:50 +0000 (01:38 +0200)]
Various follow up fixes (#242)

* handle brokenpipe error at shutdown

* catch json parse errors in aiohttp

* stability fixes

* remove group player workaround

4 years agolinting
Marcel van der Veldt [Tue, 5 Apr 2022 12:57:06 +0000 (14:57 +0200)]
linting

4 years agofix requirements
Marcel van der Veldt [Tue, 5 Apr 2022 12:53:19 +0000 (14:53 +0200)]
fix requirements

4 years agosome small fixes
Marcel van der Veldt [Tue, 5 Apr 2022 12:44:52 +0000 (14:44 +0200)]
some small fixes

4 years agofixes for python 3.9
Marcel van der Veldt [Tue, 5 Apr 2022 11:42:00 +0000 (13:42 +0200)]
fixes for python 3.9

type hints giving runtime issues so revert to old style

4 years agosimplify requirements
Marcel van der Veldt [Tue, 5 Apr 2022 10:21:18 +0000 (12:21 +0200)]
simplify requirements

4 years agoUpdate test.yml
Marcel van der Veldt [Tue, 5 Apr 2022 10:15:26 +0000 (12:15 +0200)]
Update test.yml

4 years ago1.0.5
Marcel van der Veldt [Tue, 5 Apr 2022 10:14:01 +0000 (12:14 +0200)]
1.0.5

4 years agofix python3.9 compatibility
Marcel van der Veldt [Tue, 5 Apr 2022 10:13:36 +0000 (12:13 +0200)]
fix python3.9 compatibility

4 years ago1.0.4
Marcel van der Veldt [Tue, 5 Apr 2022 09:43:46 +0000 (11:43 +0200)]
1.0.4

4 years agoupdate black in pre commit config
Marcel van der Veldt [Tue, 5 Apr 2022 09:43:11 +0000 (11:43 +0200)]
update black in pre commit config

4 years agoremove hardcoded uvloop
Marcel van der Veldt [Tue, 5 Apr 2022 09:39:31 +0000 (11:39 +0200)]
remove hardcoded uvloop

4 years agofix CI
Marcel van der Veldt [Tue, 5 Apr 2022 09:35:56 +0000 (11:35 +0200)]
fix CI

4 years ago1.0.3
Marcel van der Veldt [Tue, 5 Apr 2022 09:28:23 +0000 (11:28 +0200)]
1.0.3

4 years agoremove speedups from aiohttp requirements
Marcel van der Veldt [Tue, 5 Apr 2022 09:27:46 +0000 (11:27 +0200)]
remove speedups from aiohttp requirements

4 years agobump python version for CI to 3.10 only for now
Marcel van der Veldt [Tue, 5 Apr 2022 09:11:19 +0000 (11:11 +0200)]
bump python version for CI to 3.10 only for now

4 years ago1.0.2
Marcel van der Veldt [Tue, 5 Apr 2022 09:09:43 +0000 (11:09 +0200)]
1.0.2

4 years agoupdate linting config
Marcel van der Veldt [Tue, 5 Apr 2022 08:50:20 +0000 (10:50 +0200)]
update linting config

4 years agoUpdate .pre-commit-config.yaml
Marcel van der Veldt [Tue, 5 Apr 2022 08:44:31 +0000 (10:44 +0200)]
Update .pre-commit-config.yaml

4 years agolinting
Marcel van der Veldt [Tue, 5 Apr 2022 08:44:10 +0000 (10:44 +0200)]
linting

4 years agoUpdate .pre-commit-config.yaml
Marcel van der Veldt [Tue, 5 Apr 2022 08:43:18 +0000 (10:43 +0200)]
Update .pre-commit-config.yaml

4 years agoUpdate .pre-commit-config.yaml
Marcel van der Veldt [Tue, 5 Apr 2022 08:42:11 +0000 (10:42 +0200)]
Update .pre-commit-config.yaml

4 years agoupdate pre-commit config
Marcel van der Veldt [Tue, 5 Apr 2022 08:40:29 +0000 (10:40 +0200)]
update pre-commit config

4 years agosort imports
Marcel van der Veldt [Tue, 5 Apr 2022 08:31:33 +0000 (10:31 +0200)]
sort imports

4 years ago1.0.1
Marcel van der Veldt [Tue, 5 Apr 2022 08:27:17 +0000 (10:27 +0200)]
1.0.1

4 years agoliniting
Marcel van der Veldt [Tue, 5 Apr 2022 08:26:59 +0000 (10:26 +0200)]
liniting

4 years agofollow up fixes
Marcel van der Veldt [Tue, 5 Apr 2022 08:25:51 +0000 (10:25 +0200)]
follow up fixes

4 years agoUpdate publish-to-pypi.yml
Marcel van der Veldt [Mon, 4 Apr 2022 23:06:26 +0000 (01:06 +0200)]
Update publish-to-pypi.yml

4 years agoUpdate publish-to-pypi.yml
Marcel van der Veldt [Mon, 4 Apr 2022 23:01:42 +0000 (01:01 +0200)]
Update publish-to-pypi.yml

4 years agostill CI
Marcel van der Veldt [Mon, 4 Apr 2022 22:50:42 +0000 (00:50 +0200)]
still CI

4 years agoCI is still failing
Marcel van der Veldt [Mon, 4 Apr 2022 22:45:30 +0000 (00:45 +0200)]
CI is still failing

4 years agoattempt to fix the CI
Marcel van der Veldt [Mon, 4 Apr 2022 22:43:08 +0000 (00:43 +0200)]
attempt to fix the CI

4 years agoRefactor into standalone library (#238)
Marcel van der Veldt [Mon, 4 Apr 2022 22:38:11 +0000 (00:38 +0200)]
Refactor into standalone library (#238)

* drop authentication

* simplify logging

* refactor database

* improve streaming stability

* drop player providers  from main library

4 years agoBump actions/checkout from 2 to 3 (#221)
dependabot[bot] [Thu, 24 Mar 2022 10:29:30 +0000 (11:29 +0100)]
Bump actions/checkout from 2 to 3 (#221)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump unidecode from 1.3.2 to 1.3.4 (#224)
dependabot[bot] [Thu, 24 Mar 2022 10:28:45 +0000 (11:28 +0100)]
Bump unidecode from 1.3.2 to 1.3.4 (#224)

Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/kmike/text-unidecode/releases)
- [Commits](https://github.com/kmike/text-unidecode/commits)

---
updated-dependencies:
- dependency-name: unidecode
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump mypy from 0.931 to 0.941 (#230)
dependabot[bot] [Thu, 24 Mar 2022 10:27:55 +0000 (11:27 +0100)]
Bump mypy from 0.931 to 0.941 (#230)

Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.941.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.931...v0.941)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump python-slugify from 5.0.2 to 6.1.1 (#220)
dependabot[bot] [Thu, 24 Mar 2022 10:27:43 +0000 (11:27 +0100)]
Bump python-slugify from 5.0.2 to 6.1.1 (#220)

Bumps [python-slugify](https://github.com/un33k/python-slugify) from 5.0.2 to 6.1.1.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-slugify/compare/5.0.2...v6.1.1)

---
updated-dependencies:
- dependency-name: python-slugify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump actions/setup-python from 2.3.1 to 3 (#219)
dependabot[bot] [Thu, 24 Mar 2022 10:27:33 +0000 (11:27 +0100)]
Bump actions/setup-python from 2.3.1 to 3 (#219)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump zeroconf from 0.38.3 to 0.38.4 (#231)
dependabot[bot] [Thu, 24 Mar 2022 10:26:14 +0000 (11:26 +0100)]
Bump zeroconf from 0.38.3 to 0.38.4 (#231)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.38.3 to 0.38.4.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.38.3...0.38.4)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pychromecast from 10.2.3 to 10.3.0 (#229)
dependabot[bot] [Thu, 24 Mar 2022 10:25:53 +0000 (11:25 +0100)]
Bump pychromecast from 10.2.3 to 10.3.0 (#229)

Bumps [pychromecast](https://github.com/balloob/pychromecast) from 10.2.3 to 10.3.0.
- [Release notes](https://github.com/balloob/pychromecast/releases)
- [Commits](https://github.com/balloob/pychromecast/compare/10.2.3...10.3.0)

---
updated-dependencies:
- dependency-name: pychromecast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pytest from 6.2.5 to 7.1.1 (#226)
dependabot[bot] [Thu, 24 Mar 2022 10:25:41 +0000 (11:25 +0100)]
Bump pytest from 6.2.5 to 7.1.1 (#226)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump soco from 0.26.0 to 0.27.1 (#227)
dependabot[bot] [Thu, 24 Mar 2022 10:25:28 +0000 (11:25 +0100)]
Bump soco from 0.26.0 to 0.27.1 (#227)

Bumps [soco](https://github.com/SoCo/SoCo) from 0.26.0 to 0.27.1.
- [Release notes](https://github.com/SoCo/SoCo/releases)
- [Changelog](https://github.com/SoCo/SoCo/blob/master/doc/release_notes.rst)
- [Commits](https://github.com/SoCo/SoCo/compare/v0.26.0...v0.27.1)

---
updated-dependencies:
- dependency-name: soco
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump cryptography from 36.0.1 to 36.0.2 (#228)
dependabot[bot] [Thu, 24 Mar 2022 10:25:12 +0000 (11:25 +0100)]
Bump cryptography from 36.0.1 to 36.0.2 (#228)

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 36.0.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/36.0.1...36.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoUpdate README.rst
Marcel van der Veldt [Thu, 24 Mar 2022 10:24:31 +0000 (11:24 +0100)]
Update README.rst

4 years agoMerge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Thu, 24 Mar 2022 08:03:20 +0000 (09:03 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server

4 years agofix workflows
Marcel van der Veldt [Thu, 24 Mar 2022 08:03:10 +0000 (09:03 +0100)]
fix workflows

4 years agoBump mashumaro from 2.11 to 3.0 (#215)
dependabot[bot] [Thu, 24 Mar 2022 08:02:56 +0000 (09:02 +0100)]
Bump mashumaro from 2.11 to 3.0 (#215)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.11 to 3.0.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.11...v3.0)

---
updated-dependencies:
- dependency-name: mashumaro
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agobump minimal python version
Marcel van der Veldt [Fri, 4 Feb 2022 08:59:03 +0000 (09:59 +0100)]
bump minimal python version

4 years agoBump async-timeout from 4.0.1 to 4.0.2 (#207)
dependabot[bot] [Fri, 4 Feb 2022 08:27:37 +0000 (09:27 +0100)]
Bump async-timeout from 4.0.1 to 4.0.2 (#207)

Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/aio-libs/async-timeout/releases)
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pillow from 9.0.0 to 9.0.1 (#206)
dependabot[bot] [Fri, 4 Feb 2022 08:27:26 +0000 (09:27 +0100)]
Bump pillow from 9.0.0 to 9.0.1 (#206)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump mypy from 0.910 to 0.931 (#210)
dependabot[bot] [Fri, 4 Feb 2022 08:27:11 +0000 (09:27 +0100)]
Bump mypy from 0.910 to 0.931 (#210)

Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.910...v0.931)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pytaglib from 1.4.6 to 1.5.0 (#211)
dependabot[bot] [Fri, 4 Feb 2022 08:27:01 +0000 (09:27 +0100)]
Bump pytaglib from 1.4.6 to 1.5.0 (#211)

Bumps [pytaglib](https://github.com/supermihi/pytaglib) from 1.4.6 to 1.5.0.
- [Release notes](https://github.com/supermihi/pytaglib/releases)
- [Changelog](https://github.com/supermihi/pytaglib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/supermihi/pytaglib/compare/v1.4.6...v1.5.0)

---
updated-dependencies:
- dependency-name: pytaglib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump black from 21.12b0 to 22.1.0 (#205)
dependabot[bot] [Fri, 4 Feb 2022 08:22:19 +0000 (09:22 +0100)]
Bump black from 21.12b0 to 22.1.0 (#205)

Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/22.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump soco from 0.24.1 to 0.26.0 (#208)
dependabot[bot] [Fri, 4 Feb 2022 08:21:48 +0000 (09:21 +0100)]
Bump soco from 0.24.1 to 0.26.0 (#208)

Bumps [soco](https://github.com/SoCo/SoCo) from 0.24.1 to 0.26.0.
- [Release notes](https://github.com/SoCo/SoCo/releases)
- [Changelog](https://github.com/SoCo/SoCo/blob/master/doc/release_notes.rst)
- [Commits](https://github.com/SoCo/SoCo/compare/v0.24.1...v0.26.0)

---
updated-dependencies:
- dependency-name: soco
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump zeroconf from 0.38.1 to 0.38.3 (#209)
dependabot[bot] [Fri, 4 Feb 2022 08:21:37 +0000 (09:21 +0100)]
Bump zeroconf from 0.38.1 to 0.38.3 (#209)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.38.1 to 0.38.3.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.38.1...0.38.3)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoMerge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Fri, 4 Feb 2022 08:18:04 +0000 (09:18 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server

4 years agoupdate comments
Marcel van der Veldt [Fri, 4 Feb 2022 08:18:01 +0000 (09:18 +0100)]
update comments

4 years agoBump pylint from 2.11.1 to 2.12.2 (#200)
dependabot[bot] [Fri, 4 Feb 2022 08:17:13 +0000 (09:17 +0100)]
Bump pylint from 2.11.1 to 2.12.2 (#200)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.11.1 to 2.12.2.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.11.1...v2.12.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump mashumaro from 2.9 to 2.11 (#202)
dependabot[bot] [Fri, 4 Feb 2022 08:17:02 +0000 (09:17 +0100)]
Bump mashumaro from 2.9 to 2.11 (#202)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.9 to 2.11.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.9...v2.11)

---
updated-dependencies:
- dependency-name: mashumaro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump tox from 3.24.4 to 3.24.5 (#203)
dependabot[bot] [Fri, 4 Feb 2022 08:16:46 +0000 (09:16 +0100)]
Bump tox from 3.24.4 to 3.24.5 (#203)

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.4 to 3.24.5.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.24.4...3.24.5)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pytest-timeout from 2.0.1 to 2.1.0 (#204)
dependabot[bot] [Fri, 4 Feb 2022 08:16:35 +0000 (09:16 +0100)]
Bump pytest-timeout from 2.0.1 to 2.1.0 (#204)

Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-timeout/releases)
- [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: pytest-timeout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pychromecast from 10.1.0 to 10.2.3 (#199)
dependabot[bot] [Fri, 4 Feb 2022 08:16:25 +0000 (09:16 +0100)]
Bump pychromecast from 10.1.0 to 10.2.3 (#199)

Bumps [pychromecast](https://github.com/balloob/pychromecast) from 10.1.0 to 10.2.3.
- [Release notes](https://github.com/balloob/pychromecast/releases)
- [Commits](https://github.com/balloob/pychromecast/compare/10.1.0...10.2.3)

---
updated-dependencies:
- dependency-name: pychromecast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump zeroconf from 0.36.13 to 0.38.1 (#197)
dependabot[bot] [Mon, 17 Jan 2022 11:14:31 +0000 (12:14 +0100)]
Bump zeroconf from 0.36.13 to 0.38.1 (#197)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.36.13 to 0.38.1.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.36.13...0.38.1)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump ujson from 4.2.0 to 5.1.0 (#196)
dependabot[bot] [Mon, 17 Jan 2022 11:14:19 +0000 (12:14 +0100)]
Bump ujson from 4.2.0 to 5.1.0 (#196)

Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.2.0 to 5.1.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/4.2.0...5.1.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pillow from 8.4.0 to 9.0.0 (#198)
dependabot[bot] [Mon, 17 Jan 2022 09:59:34 +0000 (10:59 +0100)]
Bump pillow from 8.4.0 to 9.0.0 (#198)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.4.0...9.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump cryptography from 35.0.0 to 36.0.1 (#195)
dependabot[bot] [Mon, 17 Jan 2022 09:59:08 +0000 (10:59 +0100)]
Bump cryptography from 35.0.0 to 36.0.1 (#195)

Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/35.0.0...36.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump black from 21.11b0 to 21.12b0 (#194)
dependabot[bot] [Mon, 17 Jan 2022 09:58:55 +0000 (10:58 +0100)]
Bump black from 21.11b0 to 21.12b0 (#194)

Bumps [black](https://github.com/psf/black) from 21.11b0 to 21.12b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump aiofiles from 0.7.0 to 0.8.0 (#193)
dependabot[bot] [Mon, 17 Jan 2022 09:58:45 +0000 (10:58 +0100)]
Bump aiofiles from 0.7.0 to 0.8.0 (#193)

Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](https://github.com/Tinche/aiofiles/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: aiofiles
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump actions/setup-python from 2.2.2 to 2.3.1 (#192)
dependabot[bot] [Mon, 17 Jan 2022 09:58:29 +0000 (10:58 +0100)]
Bump actions/setup-python from 2.2.2 to 2.3.1 (#192)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agovarious fixes for chromecasts and dependency upgrades
Marcel van der Veldt [Wed, 17 Nov 2021 23:20:17 +0000 (00:20 +0100)]
various fixes for chromecasts and dependency upgrades

4 years agoBump pillow from 8.3.2 to 8.4.0 (#183)
dependabot[bot] [Wed, 17 Nov 2021 16:21:12 +0000 (17:21 +0100)]
Bump pillow from 8.3.2 to 8.4.0 (#183)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 8.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.3.2...8.4.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump aiohttp[speedups] from 3.7.4 to 3.8.1 (#186)
dependabot[bot] [Wed, 17 Nov 2021 16:21:01 +0000 (17:21 +0100)]
Bump aiohttp[speedups] from 3.7.4 to 3.8.1 (#186)

Bumps [aiohttp[speedups]](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.1.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.8.1)

---
updated-dependencies:
- dependency-name: aiohttp[speedups]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pytest-timeout from 1.4.2 to 2.0.1 (#184)
dependabot[bot] [Wed, 17 Nov 2021 16:18:38 +0000 (17:18 +0100)]
Bump pytest-timeout from 1.4.2 to 2.0.1 (#184)

Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 1.4.2 to 2.0.1.
- [Release notes](https://github.com/pytest-dev/pytest-timeout/releases)
- [Commits](https://github.com/pytest-dev/pytest-timeout/compare/1.4.2...2.0.1)

---
updated-dependencies:
- dependency-name: pytest-timeout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump ujson from 4.1.0 to 4.2.0 (#182)
dependabot[bot] [Wed, 17 Nov 2021 16:18:02 +0000 (17:18 +0100)]
Bump ujson from 4.1.0 to 4.2.0 (#182)

Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/4.1.0...4.2.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump zeroconf from 0.36.2 to 0.36.13 (#185)
dependabot[bot] [Wed, 17 Nov 2021 16:17:42 +0000 (17:17 +0100)]
Bump zeroconf from 0.36.2 to 0.36.13 (#185)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.36.2 to 0.36.13.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.36.2...0.36.13)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pychromecast from 9.2.0 to 10.1.0 (#180)
dependabot[bot] [Wed, 17 Nov 2021 16:00:04 +0000 (17:00 +0100)]
Bump pychromecast from 9.2.0 to 10.1.0 (#180)

Bumps [pychromecast](https://github.com/balloob/pychromecast) from 9.2.0 to 10.1.0.
- [Release notes](https://github.com/balloob/pychromecast/releases)
- [Commits](https://github.com/balloob/pychromecast/compare/9.2.0...10.1.0)

---
updated-dependencies:
- dependency-name: pychromecast
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump tox from 3.24.3 to 3.24.4 (#181)
dependabot[bot] [Wed, 17 Nov 2021 15:59:40 +0000 (16:59 +0100)]
Bump tox from 3.24.3 to 3.24.4 (#181)

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.3 to 3.24.4.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.24.3...3.24.4)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pytest-cov from 2.12.1 to 3.0.0 (#179)
dependabot[bot] [Wed, 17 Nov 2021 15:59:21 +0000 (16:59 +0100)]
Bump pytest-cov from 2.12.1 to 3.0.0 (#179)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.1...v3.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump black from 21.10b0 to 21.11b0 (#176)
dependabot[bot] [Wed, 17 Nov 2021 15:59:08 +0000 (16:59 +0100)]
Bump black from 21.10b0 to 21.11b0 (#176)

Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump mashumaro from 2.6.4 to 2.9 (#174)
dependabot[bot] [Wed, 17 Nov 2021 15:57:58 +0000 (16:57 +0100)]
Bump mashumaro from 2.6.4 to 2.9 (#174)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.6.4 to 2.9.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.6.4...v2.9)

---
updated-dependencies:
- dependency-name: mashumaro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump unidecode from 1.1.2 to 1.3.2 (#166)
dependabot[bot] [Wed, 17 Nov 2021 15:57:34 +0000 (16:57 +0100)]
Bump unidecode from 1.1.2 to 1.3.2 (#166)

Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.1.2 to 1.3.2.
- [Release notes](https://github.com/kmike/text-unidecode/releases)
- [Commits](https://github.com/kmike/text-unidecode/commits)

---
updated-dependencies:
- dependency-name: unidecode
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pylint from 2.10.2 to 2.11.1 (#177)
dependabot[bot] [Wed, 17 Nov 2021 15:57:23 +0000 (16:57 +0100)]
Bump pylint from 2.10.2 to 2.11.1 (#177)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.10.2 to 2.11.1.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.10.2...v2.11.1)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump async-timeout from 3.0.1 to 4.0.1 (#178)
dependabot[bot] [Wed, 17 Nov 2021 15:57:12 +0000 (16:57 +0100)]
Bump async-timeout from 3.0.1 to 4.0.1 (#178)

Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/aio-libs/async-timeout/releases)
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/async-timeout/compare/v3.0.1...v4.0.1)

---
updated-dependencies:
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump flake8 from 3.9.2 to 4.0.1 (#173)
dependabot[bot] [Wed, 17 Nov 2021 15:24:57 +0000 (16:24 +0100)]
Bump flake8 from 3.9.2 to 4.0.1 (#173)

Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/3.9.2...4.0.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump aiorun from 2021.8.1 to 2021.10.1 (#172)
dependabot[bot] [Wed, 17 Nov 2021 15:24:42 +0000 (16:24 +0100)]
Bump aiorun from 2021.8.1 to 2021.10.1 (#172)

Bumps [aiorun](https://github.com/cjrh/aiorun) from 2021.8.1 to 2021.10.1.
- [Release notes](https://github.com/cjrh/aiorun/releases)
- [Changelog](https://github.com/cjrh/aiorun/blob/master/CHANGES)
- [Commits](https://github.com/cjrh/aiorun/compare/v2021.8.1...v2021.10.1)

---
updated-dependencies:
- dependency-name: aiorun
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pyjwt from 2.1.0 to 2.3.0 (#175)
dependabot[bot] [Wed, 17 Nov 2021 15:24:27 +0000 (16:24 +0100)]
Bump pyjwt from 2.1.0 to 2.3.0 (#175)

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.1.0...2.3.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pytest from 6.2.4 to 6.2.5 (#161)
dependabot[bot] [Wed, 17 Nov 2021 15:19:08 +0000 (16:19 +0100)]
Bump pytest from 6.2.4 to 6.2.5 (#161)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...6.2.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump cryptography from 3.4.7 to 35.0.0 (#168)
dependabot[bot] [Wed, 17 Nov 2021 15:18:50 +0000 (16:18 +0100)]
Bump cryptography from 3.4.7 to 35.0.0 (#168)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 35.0.0.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.4.7...35.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump soco from 0.23.3 to 0.24.1 (#169)
dependabot[bot] [Wed, 17 Nov 2021 15:18:30 +0000 (16:18 +0100)]
Bump soco from 0.23.3 to 0.24.1 (#169)

Bumps [soco](https://github.com/SoCo/SoCo) from 0.23.3 to 0.24.1.
- [Release notes](https://github.com/SoCo/SoCo/releases)
- [Changelog](https://github.com/SoCo/SoCo/blob/master/doc/release_notes.rst)
- [Commits](https://github.com/SoCo/SoCo/compare/v0.23.3...v0.24.1)

---
updated-dependencies:
- dependency-name: soco
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump black from 21.7b0 to 21.10b0 (#170)
dependabot[bot] [Wed, 17 Nov 2021 15:18:10 +0000 (16:18 +0100)]
Bump black from 21.7b0 to 21.10b0 (#170)

Bumps [black](https://github.com/psf/black) from 21.7b0 to 21.10b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoprefer ip as discovery address
Marcel van der Veldt [Fri, 10 Sep 2021 21:32:26 +0000 (23:32 +0200)]
prefer ip as discovery address