diff --git a/LICENSE b/LICENSE index 46903eb5..3c96ad89 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2023 - 2025 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/pyproject.toml b/pyproject.toml index ca5047f1..99d7a24b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,14 +37,14 @@ tests = [ "pytest-cov==6.0.0", "click==8.1.8", "PyGithub==2.5.0", - "gitpython==3.1.43", + "gitpython==3.1.44", ] doc = [ "ansys-sphinx-theme==1.2.4", "numpydoc==1.8.0", "sphinx==8.1.3", "sphinx-autoapi==3.4.0", - "sphinx-autodoc-typehints==2.5.0", + "sphinx-autodoc-typehints==3.0.0", "sphinx-copybutton==0.5.2", ] diff --git a/src/ansys/tools/repo_sync/__init__.py b/src/ansys/tools/repo_sync/__init__.py index c735ec92..22a50dbd 100644 --- a/src/ansys/tools/repo_sync/__init__.py +++ b/src/ansys/tools/repo_sync/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/repo_sync/__main__.py b/src/ansys/tools/repo_sync/__main__.py index dc43a36e..07d15ff5 100644 --- a/src/ansys/tools/repo_sync/__main__.py +++ b/src/ansys/tools/repo_sync/__main__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/repo_sync/repo_sync.py b/src/ansys/tools/repo_sync/repo_sync.py index 724b3d29..efad5552 100644 --- a/src/ansys/tools/repo_sync/repo_sync.py +++ b/src/ansys/tools/repo_sync/repo_sync.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/__init__.py b/tests/__init__.py index c350a97a..a8a8635c 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index e6f471bc..1506d4d3 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_sync.py b/tests/test_sync.py index afca51df..4ae1a05e 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #