Skip to content

Commit 90ff7e6

Browse files
build(deps): bump the dev-dependencies group with 2 updates (#6407)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6e4c532 commit 90ff7e6

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
3+
Copyright (c) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ tests = [
3737
"pytest-cov==6.0.0",
3838
"click==8.1.8",
3939
"PyGithub==2.5.0",
40-
"gitpython==3.1.43",
40+
"gitpython==3.1.44",
4141
]
4242
doc = [
4343
"ansys-sphinx-theme==1.2.4",
4444
"numpydoc==1.8.0",
4545
"sphinx==8.1.3",
4646
"sphinx-autoapi==3.4.0",
47-
"sphinx-autodoc-typehints==2.5.0",
47+
"sphinx-autodoc-typehints==3.0.0",
4848
"sphinx-copybutton==0.5.2",
4949
]
5050

src/ansys/tools/repo_sync/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/tools/repo_sync/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/tools/repo_sync/repo_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

tests/test_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

0 commit comments

Comments
 (0)