From 8e10565a4d55ffaf3330c466436dca796c05ef10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 05:03:50 +0000 Subject: [PATCH 1/2] Build(deps-dev): Bump sphinx-toolbox from 4.1.0 to 4.1.1 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/sphinx-toolbox/sphinx-toolbox/releases) - [Changelog](https://github.com/sphinx-toolbox/sphinx-toolbox/blob/master/doc-source/changelog.rst) - [Commits](https://github.com/sphinx-toolbox/sphinx-toolbox/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-version: 4.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8aab2fbb..cdecefb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ doc = [ "ansys-sphinx-theme==1.6.4", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", - "sphinx_toolbox==4.1.0", + "sphinx_toolbox==4.1.1", ] freeze = [ "pyinstaller==6.17.0", From f8edf76248c82ea333ac9dd62d2c57203f1bf94e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 05:04:03 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- LICENSE | 2 +- src/ansys/tools/installer/__init__.py | 2 +- src/ansys/tools/installer/__main__.py | 2 +- src/ansys/tools/installer/auto_updater.py | 2 +- src/ansys/tools/installer/common.py | 2 +- src/ansys/tools/installer/configure.py | 2 +- src/ansys/tools/installer/configure_json.py | 2 +- src/ansys/tools/installer/constants.py | 2 +- src/ansys/tools/installer/create_virtual_environment.py | 2 +- src/ansys/tools/installer/find_python.py | 2 +- src/ansys/tools/installer/installed_table.py | 2 +- src/ansys/tools/installer/installer.py | 2 +- src/ansys/tools/installer/linux_functions.py | 2 +- src/ansys/tools/installer/main.py | 2 +- src/ansys/tools/installer/misc.py | 2 +- src/ansys/tools/installer/progress_bar.py | 2 +- src/ansys/tools/installer/uninstall.py | 2 +- src/ansys/tools/installer/vscode.py | 2 +- src/ansys/tools/installer/windows_functions.py | 2 +- tests/test_auto_updater.py | 2 +- tests/test_gui.py | 2 +- tests/test_linux_functions.py | 2 +- tests/test_metadata.py | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/LICENSE b/LICENSE index 3c96ad89..e4fd7107 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2023 - 2026 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/src/ansys/tools/installer/__init__.py b/src/ansys/tools/installer/__init__.py index 93fba8ef..95fd8d0a 100644 --- a/src/ansys/tools/installer/__init__.py +++ b/src/ansys/tools/installer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/__main__.py b/src/ansys/tools/installer/__main__.py index ddce2eaa..2a20cd6d 100644 --- a/src/ansys/tools/installer/__main__.py +++ b/src/ansys/tools/installer/__main__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/auto_updater.py b/src/ansys/tools/installer/auto_updater.py index 2ad5aa1d..6176e6ac 100644 --- a/src/ansys/tools/installer/auto_updater.py +++ b/src/ansys/tools/installer/auto_updater.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/common.py b/src/ansys/tools/installer/common.py index fd01c484..5276bf2f 100644 --- a/src/ansys/tools/installer/common.py +++ b/src/ansys/tools/installer/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/configure.py b/src/ansys/tools/installer/configure.py index 82b0e091..cab1465f 100644 --- a/src/ansys/tools/installer/configure.py +++ b/src/ansys/tools/installer/configure.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/configure_json.py b/src/ansys/tools/installer/configure_json.py index 65fce7f8..5a86d8ac 100644 --- a/src/ansys/tools/installer/configure_json.py +++ b/src/ansys/tools/installer/configure_json.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/constants.py b/src/ansys/tools/installer/constants.py index 1a750f06..771ca401 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/create_virtual_environment.py b/src/ansys/tools/installer/create_virtual_environment.py index a8622ea4..d1f07ba2 100644 --- a/src/ansys/tools/installer/create_virtual_environment.py +++ b/src/ansys/tools/installer/create_virtual_environment.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/find_python.py b/src/ansys/tools/installer/find_python.py index 5d2966f9..6f862c63 100644 --- a/src/ansys/tools/installer/find_python.py +++ b/src/ansys/tools/installer/find_python.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/installed_table.py b/src/ansys/tools/installer/installed_table.py index 8c9a221e..0c440f66 100644 --- a/src/ansys/tools/installer/installed_table.py +++ b/src/ansys/tools/installer/installed_table.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/installer.py b/src/ansys/tools/installer/installer.py index 6cab3f57..d76b275a 100644 --- a/src/ansys/tools/installer/installer.py +++ b/src/ansys/tools/installer/installer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/linux_functions.py b/src/ansys/tools/installer/linux_functions.py index 7a641aad..cc1b9a49 100644 --- a/src/ansys/tools/installer/linux_functions.py +++ b/src/ansys/tools/installer/linux_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/main.py b/src/ansys/tools/installer/main.py index c3b492f9..47c1118c 100644 --- a/src/ansys/tools/installer/main.py +++ b/src/ansys/tools/installer/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/misc.py b/src/ansys/tools/installer/misc.py index 1447ff25..ae01c051 100644 --- a/src/ansys/tools/installer/misc.py +++ b/src/ansys/tools/installer/misc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/progress_bar.py b/src/ansys/tools/installer/progress_bar.py index 7305f261..c116e99e 100644 --- a/src/ansys/tools/installer/progress_bar.py +++ b/src/ansys/tools/installer/progress_bar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/uninstall.py b/src/ansys/tools/installer/uninstall.py index 5b864db8..000fb5b3 100644 --- a/src/ansys/tools/installer/uninstall.py +++ b/src/ansys/tools/installer/uninstall.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/vscode.py b/src/ansys/tools/installer/vscode.py index c21543a3..3642c405 100644 --- a/src/ansys/tools/installer/vscode.py +++ b/src/ansys/tools/installer/vscode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/windows_functions.py b/src/ansys/tools/installer/windows_functions.py index 46228dee..fa1a7838 100644 --- a/src/ansys/tools/installer/windows_functions.py +++ b/src/ansys/tools/installer/windows_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_auto_updater.py b/tests/test_auto_updater.py index a935016d..dc408d59 100644 --- a/tests/test_auto_updater.py +++ b/tests/test_auto_updater.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_gui.py b/tests/test_gui.py index dd4d7460..ac83e60e 100644 --- a/tests/test_gui.py +++ b/tests/test_gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_linux_functions.py b/tests/test_linux_functions.py index 877a08f0..976ecda2 100644 --- a/tests/test_linux_functions.py +++ b/tests/test_linux_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 731f1f13..bac8b809 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #