Commit Graph

7 Commits

Author SHA1 Message Date
DeadEnd
a2e2c8cd23 rollback gpsoauth 1.0.0 to 0.4.3
in PR #47 gpsoauth was bumped to 1.0.0.
This caused an installation failure as gpsoauth PR https://github.com/simon-weber/gpsoauth/pull/31 set the minimum python version as 3.8 and this docker image is only 3.7.
This PR is to roll back the version to the last version supported by python 3.7 (0.4.3).
2022-01-07 14:36:41 +01:00
DeadEnd
f7b5cfc3dd bump mopidy-youtube from 3.3 to 3.4 to fix search
Trying to search Mopidy-YouTube gives the following error:
```
ERROR    2021-12-15 23:44:32,572 [7:YouTubeBackend-3] mopidy_youtube,
  search error "Extra data: line 1 column 280618 (char 280617)",
WARNING  2021-12-15 23:44:32,573 [7:Core-9] mopidy.core.library,
  YouTubeBackend does not implement library.search() with "exact" support. Please upgrade it.
```
current pinned version is 3.3, updating to version 3.4 fixes this.
2022-01-07 14:36:22 +01:00
Werner Beroux
f7d0ebf0d8 Adds mopidy-mpd 2021-06-28 11:43:37 +02:00
Werner Beroux
36170039ea Updates Pipenv. 2021-06-25 11:19:00 +02:00
dependabot[bot]
f05fae36ba Bump urllib3 from 1.26.2 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.2...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 10:55:20 +02:00
Werner Beroux
1d6db72306 Upgrades Pipenv. 2021-01-18 12:32:00 +01:00
Werner Beroux
39c5c689a8 Upgrades base image and uses Pipenv to lock packages. 2020-07-29 19:09:58 +02:00