From f8344036612dbac2a16a3b4cdc53350e364e31e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:53:48 +0000 Subject: [PATCH 01/13] Bump cffi from 1.15.1 to 1.16.0 Bumps [cffi](https://github.com/python-cffi/cffi) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0f3edb3..978b48e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ apprise==1.5.0 bcrypt==3.2.2 # Newer versions dont have Wheel beautifulsoup4==4.12.2 certifi==2023.7.22 -cffi==1.15.1 +cffi==1.16.0 click==8.1.7 charset-normalizer==3.2.0 discid==1.2.0 From be5cc91b860fb3143bdbe5edcd4b6bc0259ff044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:41:31 +0000 Subject: [PATCH 02/13] Bump charset-normalizer from 3.2.0 to 3.3.2 Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.2.0 to 3.3.2. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.2) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..d649ee06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ beautifulsoup4==4.12.2 certifi==2023.7.22 cffi==1.15.1 click==8.1.7 -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 discid==1.2.0 Flask==2.2.5 # broken Flask-Cors==4.0.0 From 2775d058c4f622a2282ff5521d5d1d277eb13b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:31:06 +0000 Subject: [PATCH 03/13] Bump alembic from 1.12.0 to 1.13.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..3ec80a07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -alembic==1.12.0 +alembic==1.13.1 apprise==1.5.0 bcrypt==3.2.2 # Newer versions dont have Wheel beautifulsoup4==4.12.2 From 20677e33c08b925eeb3710c01828425f76dc9da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:31:21 +0000 Subject: [PATCH 04/13] Bump psutil from 5.9.5 to 5.9.8 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.5 to 5.9.8. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.5...release-5.9.8) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..664bc806 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ musicbrainzngs==0.7.1 netifaces==0.11.0 oauthlib==3.2.2 prettytable==3.8.0 -psutil==5.9.5 +psutil==5.9.8 pycparser==2.21 pycurl==7.45.2 pydvdid==1.1 From 2712fbb9ffd303d8939a4de08e364bd9ea2ee654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:31:25 +0000 Subject: [PATCH 05/13] Bump wcwidth from 0.2.6 to 0.2.13 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.6 to 0.2.13. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.6...0.2.13) --- updated-dependencies: - dependency-name: wcwidth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..5083f764 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ SQLAlchemy==2.0.19 tinydownload==0.1.0 urllib3==2.0.4 # broken waitress==2.1.2 -wcwidth==0.2.6 +wcwidth==0.2.13 Werkzeug==2.3.6 WTForms==3.0.1 xmltodict==0.13.0 From eb61a53647d6234ad4ef9d786b859ace5ceca56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:32:11 +0000 Subject: [PATCH 06/13] Bump greenlet from 2.0.2 to 3.0.3 Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 2.0.2 to 3.0.3. - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/2.0.2...3.0.3) --- updated-dependencies: - dependency-name: greenlet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..52ebe3c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ Flask-Login==0.6.2 Flask-Migrate==4.0.4 Flask-SQLAlchemy==3.0.5 # broken Flask-WTF==1.1.1 -greenlet==2.0.2 +greenlet==3.0.3 idna==3.4 itsdangerous==2.1.2 Jinja2==3.1.2 From 2f1b2ec51028ba72219e4f3734802f86374c2418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:41:00 +0000 Subject: [PATCH 07/13] Bump docker/metadata-action from 5.3.0 to 5.5.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.3.0 to 5.5.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/31cebacef4805868f9ce9a0cb03ee36c32df2ac4...8e5442c4ef9f78752691e2d8f8d19755c6f78e81) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index 46a058f7..28a42c5e 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -104,7 +104,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - From ee4ae4803680adf892797715625c3537ced29ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:22:12 +0000 Subject: [PATCH 08/13] Bump certifi from 2023.7.22 to 2024.2.2 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.2.2. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.02.02) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..7a134d19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ alembic==1.12.0 apprise==1.5.0 bcrypt==3.2.2 # Newer versions dont have Wheel beautifulsoup4==4.12.2 -certifi==2023.7.22 +certifi==2024.2.2 cffi==1.15.1 click==8.1.7 charset-normalizer==3.2.0 From 342740499826744fa564b9884c93b071524a5d4d Mon Sep 17 00:00:00 2001 From: Mtech <62650032+microtechno9000@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:51:59 +1030 Subject: [PATCH 09/13] removed volumes from dockerfile --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f9f1ca9..22a1155b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,11 +46,6 @@ RUN bash /root/add-ppa.sh ppa:mc3man/focal6 FROM base AS deps-docker RUN install_clean gosu -VOLUME /home/arm/Music -VOLUME /home/arm/logs -VOLUME /home/arm/media -VOLUME /etc/arm/config - ########################################################### # install deps for ripper From 2c072d506f6436d6f3f64c33c7412f23d0fcf20b Mon Sep 17 00:00:00 2001 From: wolfy Date: Mon, 26 Feb 2024 09:06:20 -0600 Subject: [PATCH 10/13] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e25d8d9f..0664a8fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.5 +1.1.6 From 8b61c641e17f980fc76b000b5a2fe082d7b273ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Feb 2024 15:06:33 +0000 Subject: [PATCH 11/13] [Automated] Increment Version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0664a8fd..2bf1ca5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.6 +1.1.7 From ee6cca71495c88ea345196fb81f2f27ddc96ef7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:10:08 +0000 Subject: [PATCH 12/13] Bump markdown from 3.4.3 to 3.6 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.3 to 3.6. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.3...3.6) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..895942de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ idna==3.4 itsdangerous==2.1.2 Jinja2==3.1.2 Mako==1.2.4 -Markdown==3.4.3 +Markdown==3.6 MarkupSafe==2.1.3 musicbrainzngs==0.7.1 netifaces==0.11.0 From 3934acf66d2afc8803e7a61a14300b78af370fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:31:16 +0000 Subject: [PATCH 13/13] Bump apprise from 1.5.0 to 1.7.6 Bumps [apprise](https://github.com/caronc/apprise) from 1.5.0 to 1.7.6. - [Release notes](https://github.com/caronc/apprise/releases) - [Commits](https://github.com/caronc/apprise/compare/v1.5.0...v1.7.6) --- updated-dependencies: - dependency-name: apprise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..52908d6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ alembic==1.12.0 -apprise==1.5.0 +apprise==1.7.6 bcrypt==3.2.2 # Newer versions dont have Wheel beautifulsoup4==4.12.2 certifi==2023.7.22