From 926fa8f39e35a101cfb4c47ce193c3cec8748b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:46:56 +0000 Subject: [PATCH 1/4] build(deps): bump dspyce from 0.0.5 to 0.0.6 Bumps [dspyce](https://github.com/dspace-unimr/dspyce) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/dspace-unimr/dspyce/releases) - [Commits](https://github.com/dspace-unimr/dspyce/compare/dspyce-v0.0.5...dspyce-v0.0.6) --- updated-dependencies: - dependency-name: dspyce dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dspyce-demo-app-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dspyce-demo-app-requirements.txt b/dspyce-demo-app-requirements.txt index 6f05894..caf8f4a 100644 --- a/dspyce-demo-app-requirements.txt +++ b/dspyce-demo-app-requirements.txt @@ -1 +1 @@ -dspyce == 0.0.5 +dspyce == 0.0.6 diff --git a/requirements.txt b/requirements.txt index a237e62..0814dfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ contourpy==1.3.1 # via matplotlib cycler==0.12.1 # via matplotlib -dspyce==0.0.5 +dspyce==0.0.6 # via -r dspyce-demo-app-requirements.txt fonttools==4.54.1 # via matplotlib From 9391825b2dcc3f152791b7b73efcf944246c92c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:49:31 +0000 Subject: [PATCH 2/4] build(deps): bump DavidAnson/markdownlint-cli2-action from 18 to 19 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 18 to 19. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v18...v19) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee1967e..7a2872f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Lint markdown files - uses: DavidAnson/markdownlint-cli2-action@v18 + uses: DavidAnson/markdownlint-cli2-action@v19 with: globs: | **/*.md From 2397210044016fcb6b78cfb229b829b094b0732e Mon Sep 17 00:00:00 2001 From: Martin deeagle Kock Date: Tue, 7 Jan 2025 11:19:14 +0100 Subject: [PATCH 3/4] build(deps): sync requirements for dspyce official v0.0.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0814dfa..adfc4a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile --output-file=requirements.txt dspyce-demo-app-requirements.txt dspyce-requirements.txt From 7e6df87ef3bcf2e9716e226646e10ab2dd41806b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:22:38 +0000 Subject: [PATCH 4/4] build(deps): bump fonttools from 4.54.1 to 4.55.3 Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.54.1 to 4.55.3. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.54.1...4.55.3) --- updated-dependencies: - dependency-name: fonttools 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 adfc4a9..039d026 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ cycler==0.12.1 # via matplotlib dspyce==0.0.6 # via -r dspyce-demo-app-requirements.txt -fonttools==4.54.1 +fonttools==4.55.3 # via matplotlib idna==3.10 # via requests