From 275f8d4b54013c9423463f1196cf9726fc280ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:31:54 +0000 Subject: [PATCH 1/2] Build(deps): bump the pip-deps group across 1 directory with 4 updates Bumps the pip-deps group with 4 updates in the /requirements directory: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [sphinxemoji](https://github.com/sphinx-contrib/emojicodes), [matplotlib](https://github.com/matplotlib/matplotlib) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `ansys-sphinx-theme` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.6.3...v1.6.4) Updates `sphinxemoji` from 0.3.1 to 0.3.2 - [Commits](https://github.com/sphinx-contrib/emojicodes/compare/v0.3.1...v0.3.2) Updates `matplotlib` from 3.10.7 to 3.10.8 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8) Updates `protobuf` from 6.33.2 to 6.33.4 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: sphinxemoji dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: protobuf dependency-version: 6.33.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 2 +- requirements/requirements_docs.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 68f78181..5bb218fd 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -6,7 +6,7 @@ Click>=7.0 Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 -protobuf==6.33.2 +protobuf==6.33.4 grpcio==1.76.0 grpcio-tools==1.76.0 pytest==9.0.2 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 15e852f9..b44f694b 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,7 +1,7 @@ Sphinx==8.2.3 jupyter_sphinx==0.5.3 numpydoc==1.10.0 -ansys_sphinx_theme==1.6.3 +ansys_sphinx_theme==1.6.4 pypandoc==1.16.2 pytest-sphinx==0.6.3 sphinx-autobuild==2025.8.25 @@ -10,8 +10,8 @@ sphinx-copybutton==0.5.2 sphinx-gallery==0.20.0 sphinx-notfound-page==1.1.0 sphinxcontrib-websupport==2.0.0 -sphinxemoji==0.3.1 +sphinxemoji==0.3.2 pandas==2.3.3 pandoc>=2.1 -matplotlib==3.10.7 +matplotlib==3.10.8 breathe>=4.33.1 From 821259c3d8c9447de46f32ee0ac8a07b5ba5f573 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:32:46 +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 +- benchmark/tests/python/__init__.py | 2 +- benchmark/tests/python/test_grpc_python.py | 2 +- benchmark/tests/python/test_rest_python.py | 2 +- benchmark/tests/python/test_tools.py | 2 +- examples/00-rest-examples/python_rest_demo.py | 2 +- examples/01-grpc-examples/python_grpc_demo.py | 2 +- src/ansys/eigen/cpp/cpp-clients/setup.py | 2 +- src/ansys/eigen/cpp/eigen-wrapper/setup.py | 2 +- src/ansys/eigen/protos/grpcdemo.proto | 2 +- src/ansys/eigen/python/__init__.py | 2 +- src/ansys/eigen/python/grpc/__init__.py | 2 +- src/ansys/eigen/python/grpc/client.py | 2 +- src/ansys/eigen/python/grpc/constants.py | 2 +- src/ansys/eigen/python/grpc/generated/__init__.py | 2 +- src/ansys/eigen/python/grpc/generated/grpcdemo_pb2.py | 2 +- src/ansys/eigen/python/grpc/generated/grpcdemo_pb2_grpc.py | 2 +- src/ansys/eigen/python/grpc/run_codegen.py | 2 +- src/ansys/eigen/python/grpc/server.py | 2 +- src/ansys/eigen/python/rest/__init__.py | 2 +- src/ansys/eigen/python/rest/client.py | 2 +- src/ansys/eigen/python/rest/restdb/__init__.py | 2 +- src/ansys/eigen/python/rest/restdb/db.py | 2 +- src/ansys/eigen/python/rest/server.py | 2 +- src/ansys/eigen/python/testing/__init__.py | 2 +- src/ansys/eigen/python/testing/test_tools.py | 2 +- tests/test_eigen_wrapper.py | 2 +- tests/test_grpc.py | 2 +- tests/test_rest_client.py | 2 +- tests/test_rest_server.py | 2 +- 30 files changed, 30 insertions(+), 30 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/benchmark/tests/python/__init__.py b/benchmark/tests/python/__init__.py index 919240ea..a2c1031b 100644 --- a/benchmark/tests/python/__init__.py +++ b/benchmark/tests/python/__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/benchmark/tests/python/test_grpc_python.py b/benchmark/tests/python/test_grpc_python.py index f51a385d..de278beb 100644 --- a/benchmark/tests/python/test_grpc_python.py +++ b/benchmark/tests/python/test_grpc_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/benchmark/tests/python/test_rest_python.py b/benchmark/tests/python/test_rest_python.py index 6e50a66c..7dbd42aa 100644 --- a/benchmark/tests/python/test_rest_python.py +++ b/benchmark/tests/python/test_rest_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/benchmark/tests/python/test_tools.py b/benchmark/tests/python/test_tools.py index fa50af55..79ccada3 100644 --- a/benchmark/tests/python/test_tools.py +++ b/benchmark/tests/python/test_tools.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/examples/00-rest-examples/python_rest_demo.py b/examples/00-rest-examples/python_rest_demo.py index 65cb1a64..f0e86cd3 100644 --- a/examples/00-rest-examples/python_rest_demo.py +++ b/examples/00-rest-examples/python_rest_demo.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/examples/01-grpc-examples/python_grpc_demo.py b/examples/01-grpc-examples/python_grpc_demo.py index 63426216..50f3d473 100644 --- a/examples/01-grpc-examples/python_grpc_demo.py +++ b/examples/01-grpc-examples/python_grpc_demo.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/eigen/cpp/cpp-clients/setup.py b/src/ansys/eigen/cpp/cpp-clients/setup.py index 8f4a957a..067aee37 100644 --- a/src/ansys/eigen/cpp/cpp-clients/setup.py +++ b/src/ansys/eigen/cpp/cpp-clients/setup.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/eigen/cpp/eigen-wrapper/setup.py b/src/ansys/eigen/cpp/eigen-wrapper/setup.py index 075030af..a2340c70 100644 --- a/src/ansys/eigen/cpp/eigen-wrapper/setup.py +++ b/src/ansys/eigen/cpp/eigen-wrapper/setup.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/eigen/protos/grpcdemo.proto b/src/ansys/eigen/protos/grpcdemo.proto index fbb1aac7..659ec29f 100644 --- a/src/ansys/eigen/protos/grpcdemo.proto +++ b/src/ansys/eigen/protos/grpcdemo.proto @@ -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/eigen/python/__init__.py b/src/ansys/eigen/python/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/__init__.py +++ b/src/ansys/eigen/python/__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/eigen/python/grpc/__init__.py b/src/ansys/eigen/python/grpc/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/grpc/__init__.py +++ b/src/ansys/eigen/python/grpc/__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/eigen/python/grpc/client.py b/src/ansys/eigen/python/grpc/client.py index c780ea9f..c812bc9f 100644 --- a/src/ansys/eigen/python/grpc/client.py +++ b/src/ansys/eigen/python/grpc/client.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/eigen/python/grpc/constants.py b/src/ansys/eigen/python/grpc/constants.py index 0df39da9..c48cec40 100644 --- a/src/ansys/eigen/python/grpc/constants.py +++ b/src/ansys/eigen/python/grpc/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/eigen/python/grpc/generated/__init__.py b/src/ansys/eigen/python/grpc/generated/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/grpc/generated/__init__.py +++ b/src/ansys/eigen/python/grpc/generated/__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/eigen/python/grpc/generated/grpcdemo_pb2.py b/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2.py index 5ec40325..ece3192c 100644 --- a/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2.py +++ b/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2.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/eigen/python/grpc/generated/grpcdemo_pb2_grpc.py b/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2_grpc.py index f4588b82..a9083275 100644 --- a/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2_grpc.py +++ b/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2_grpc.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/eigen/python/grpc/run_codegen.py b/src/ansys/eigen/python/grpc/run_codegen.py index 749d3110..02e21206 100644 --- a/src/ansys/eigen/python/grpc/run_codegen.py +++ b/src/ansys/eigen/python/grpc/run_codegen.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. # Copyright 2015 gRPC authors. # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ansys/eigen/python/grpc/server.py b/src/ansys/eigen/python/grpc/server.py index 1782f13c..dc16ae2c 100644 --- a/src/ansys/eigen/python/grpc/server.py +++ b/src/ansys/eigen/python/grpc/server.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/eigen/python/rest/__init__.py b/src/ansys/eigen/python/rest/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/rest/__init__.py +++ b/src/ansys/eigen/python/rest/__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/eigen/python/rest/client.py b/src/ansys/eigen/python/rest/client.py index c85698d8..a3fccc09 100644 --- a/src/ansys/eigen/python/rest/client.py +++ b/src/ansys/eigen/python/rest/client.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/eigen/python/rest/restdb/__init__.py b/src/ansys/eigen/python/rest/restdb/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/rest/restdb/__init__.py +++ b/src/ansys/eigen/python/rest/restdb/__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/eigen/python/rest/restdb/db.py b/src/ansys/eigen/python/rest/restdb/db.py index 1e4806c5..a55df448 100644 --- a/src/ansys/eigen/python/rest/restdb/db.py +++ b/src/ansys/eigen/python/rest/restdb/db.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/eigen/python/rest/server.py b/src/ansys/eigen/python/rest/server.py index 05c02458..80c507db 100644 --- a/src/ansys/eigen/python/rest/server.py +++ b/src/ansys/eigen/python/rest/server.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/eigen/python/testing/__init__.py b/src/ansys/eigen/python/testing/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/testing/__init__.py +++ b/src/ansys/eigen/python/testing/__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/eigen/python/testing/test_tools.py b/src/ansys/eigen/python/testing/test_tools.py index 85cf998e..3a06180f 100644 --- a/src/ansys/eigen/python/testing/test_tools.py +++ b/src/ansys/eigen/python/testing/test_tools.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_eigen_wrapper.py b/tests/test_eigen_wrapper.py index 15c813a8..6f6290a0 100644 --- a/tests/test_eigen_wrapper.py +++ b/tests/test_eigen_wrapper.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_grpc.py b/tests/test_grpc.py index 5729dc97..07c19fce 100644 --- a/tests/test_grpc.py +++ b/tests/test_grpc.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_rest_client.py b/tests/test_rest_client.py index bc944604..c6a00bf2 100644 --- a/tests/test_rest_client.py +++ b/tests/test_rest_client.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_rest_server.py b/tests/test_rest_server.py index e2b8ab78..b969f094 100644 --- a/tests/test_rest_server.py +++ b/tests/test_rest_server.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 # #