From 81cff02eb0f77b3ad8e94cc0b37e026ac61f2eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:51:11 +0200 Subject: [PATCH 01/12] Build(deps): Bump pytest from 8.2.1 to 8.2.2 (#301) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 794b6be4..d30ca4a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "requests==2.32.3", "PySide6==6.7.1", "ansys-tools-path==0.6.0", - "pytest==8.2.1", + "pytest==8.2.2", "pytest-cov==5.0.0", "pytest-qt==4.4.0", "setuptools==70.0.0", From 731714c31dddcddd560ccd20282bb3329a3d1d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:51:23 +0200 Subject: [PATCH 02/12] Build(deps): Bump pyinstaller from 6.7.0 to 6.8.0 (#300) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d30ca4a7..d21ac2d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ doc = [ "sphinx_toolbox==3.5.0", ] freeze = [ - "pyinstaller==6.7.0", + "pyinstaller==6.8.0", "packaging==24.0", "PyGithub==2.3.0", "appdirs==1.4.4", From 9aa74b73b0efddee37235d7ead2dd83d20c063c1 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 10 Jun 2024 05:54:16 +0000 Subject: [PATCH 03/12] chore: update Python versions (#298) --- src/ansys/tools/installer/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/tools/installer/constants.py b/src/ansys/tools/installer/constants.py index a8a75aac..02f45983 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -194,7 +194,7 @@ "Python 3.9": "3.9.13", "Python 3.10": "3.10.11", "Python 3.11": "3.11.9", - "Python 3.12": "3.12.3", + "Python 3.12": "3.12.4", } CONDA_PYTHON_VERSION = "24.1.2-0" From ce441b6a17e028ade362b1d290487b432f7c139d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:00:44 +0000 Subject: [PATCH 04/12] Build(deps): Bump packaging from 24.0 to 24.1 (#299) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- pyproject.toml | 4 ++-- scripts/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d21ac2d1..f884049d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "packaging==24.0", + "packaging==24.1", "PyGithub==2.3.0", "appdirs==1.4.4", "requests==2.32.3", @@ -55,7 +55,7 @@ doc = [ ] freeze = [ "pyinstaller==6.8.0", - "packaging==24.0", + "packaging==24.1", "PyGithub==2.3.0", "appdirs==1.4.4", "requests==2.32.3", diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 3d59525a..45e9f051 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,2 @@ requests==2.32.3 -packaging==24.0 +packaging==24.1 From dddac524c5a3c3073ba3c99ae45ad822863a2aff Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:35:13 +0200 Subject: [PATCH 05/12] [pre-commit.ci] pre-commit autoupdate (#302) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00e47ca8..0232dbce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: files: '\.py$' - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 @@ -54,7 +54,7 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.5 hooks: - id: check-github-workflows From d17565ec1dae56ab9112065846aaa4310ca5ed93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:16:49 +0200 Subject: [PATCH 06/12] Build(deps): Bump pyside6 from 6.7.1 to 6.7.2 (#305) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f884049d..373ffe90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ "PyGithub==2.3.0", "appdirs==1.4.4", "requests==2.32.3", - "PySide6==6.7.1", + "PySide6==6.7.2", "ansys-tools-path==0.6.0", "pytest==8.2.2", "pytest-cov==5.0.0", @@ -59,7 +59,7 @@ freeze = [ "PyGithub==2.3.0", "appdirs==1.4.4", "requests==2.32.3", - "PySide6==6.7.1", + "PySide6==6.7.2", "ansys-tools-path==0.6.0", ] From 6831a76c4b2de2c48f4259f84554bf34b1ece835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:23:57 +0000 Subject: [PATCH 07/12] Build(deps): Bump setuptools from 70.0.0 to 70.1.0 (#304) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 373ffe90..4af2432e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "pytest==8.2.2", "pytest-cov==5.0.0", "pytest-qt==4.4.0", - "setuptools==70.0.0", + "setuptools==70.1.0", ] doc = [ "Sphinx==7.3.7", From b2b1ea1d83b291c852154881ec000b7f7e6e4774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:30:28 +0000 Subject: [PATCH 08/12] Build(deps): Bump ansys-sphinx-theme from 0.16.5 to 0.16.6 (#303) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4af2432e..0784f73a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ tests = [ ] doc = [ "Sphinx==7.3.7", - "ansys-sphinx-theme==0.16.5", + "ansys-sphinx-theme==0.16.6", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.0", "sphinx_toolbox==3.5.0", From ee31c8d9292dfb9047041e8d52af4c2aa04d7740 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:53:42 +0200 Subject: [PATCH 09/12] [pre-commit.ci] pre-commit autoupdate (#306) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0232dbce..40587975 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.5 + rev: 0.28.6 hooks: - id: check-github-workflows From e8457b62a3098fd8408d5b1b3e9c857ef394c523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:59:29 +0200 Subject: [PATCH 10/12] Build(deps): Bump setuptools from 70.1.0 to 70.1.1 (#307) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0784f73a..327ee55d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "pytest==8.2.2", "pytest-cov==5.0.0", "pytest-qt==4.4.0", - "setuptools==70.1.0", + "setuptools==70.1.1", ] doc = [ "Sphinx==7.3.7", From ee7eb9fe865bb71bbe3b4d70e39b58dbf0078838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:59:45 +0200 Subject: [PATCH 11/12] Build(deps): Bump sphinx-toolbox from 3.5.0 to 3.6.0 (#308) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 327ee55d..2f16ec92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ doc = [ "ansys-sphinx-theme==0.16.6", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.0", - "sphinx_toolbox==3.5.0", + "sphinx_toolbox==3.6.0", ] freeze = [ "pyinstaller==6.8.0", From 084429ccbcb0cb7dc9e75241ee98c315dae6bc2c Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:29:57 +0200 Subject: [PATCH 12/12] fix: no decoding necessary (#309) --- src/ansys/tools/installer/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/tools/installer/main.py b/src/ansys/tools/installer/main.py index f7b6ea9c..698d965a 100644 --- a/src/ansys/tools/installer/main.py +++ b/src/ansys/tools/installer/main.py @@ -704,13 +704,13 @@ def _windows_fallback_download(self, url, filename, when_finished=None): if error_code: LOG.error( - f"Error while downloading Python on Windows fail-safe mode: {out.decode('utf-8')}" + f"Error while downloading Python on Windows fail-safe mode: {out}" ) msg = QtWidgets.QMessageBox() msg.warning( self, "Error while downloading Python on Windows fail-safe mode!", - f"Error message:\n\n {out.decode('utf-8')}", + f"Error message:\n\n {out}", ) self.setEnabled(True) return