From e3e3e004014021da5c72bc22feb9854e25ff620b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:26:43 +0000 Subject: [PATCH 1/3] Bump pycollada from 0.7.2 to 0.8 Bumps [pycollada](https://github.com/pycollada/pycollada) from 0.7.2 to 0.8. - [Changelog](https://github.com/pycollada/pycollada/blob/master/docs/changelog.rst) - [Commits](https://github.com/pycollada/pycollada/compare/v0.7.2...v0.8) --- updated-dependencies: - dependency-name: pycollada 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 55114cc..6ec6c71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pycollada==0.7.2 +pycollada==0.8 PySimpleGUI==4.60.5 wget==3.2 From 9b3889ed96dc1b608b866b0edb2f7dae3b79c58a Mon Sep 17 00:00:00 2001 From: Crowfunder <52300171+Crowfunder@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:02:01 +0200 Subject: [PATCH 2/3] Update python-distribution.yml --- .github/workflows/python-distribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-distribution.yml b/.github/workflows/python-distribution.yml index f253736..66ecfc4 100644 --- a/.github/workflows/python-distribution.yml +++ b/.github/workflows/python-distribution.yml @@ -73,7 +73,7 @@ jobs: # Uploads artifact - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build (windows-latest) path: build/artifact From 5d69b3481fef707fac22241c608818e1d03df770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:07:17 +0000 Subject: [PATCH 3/3] Update numpy requirement from <2.0.0 to <3.0.0 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v0.2.0...v2.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb69bcb..683c60f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pycollada==0.8 PySimpleGUI==4.60.5 wget==3.2 -numpy<2.0.0 \ No newline at end of file +numpy<3.0.0 \ No newline at end of file