Skip to content

Commit 71f6b67

Browse files
Build(deps): bump the pip-deps group across 1 directory with 4 updates (#299)
* 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](ansys/ansys-sphinx-theme@v1.6.3...v1.6.4) Updates `sphinxemoji` from 0.3.1 to 0.3.2 - [Commits](sphinx-contrib/emojicodes@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](matplotlib/matplotlib@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] <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- 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 537e938 commit 71f6b67

32 files changed

+34
-34
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 - 2025 ANSYS, Inc. and/or its affiliates.
3+
Copyright (c) 2023 - 2026 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

benchmark/tests/python/__init__.py

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

benchmark/tests/python/test_grpc_python.py

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

benchmark/tests/python/test_rest_python.py

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

benchmark/tests/python/test_tools.py

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

examples/00-rest-examples/python_rest_demo.py

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

examples/01-grpc-examples/python_grpc_demo.py

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

requirements/requirements_build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Click>=7.0
66
Flask==3.0.3
77
numpy>=1.21.5
88
requests>=2.22.0
9-
protobuf==6.33.2
9+
protobuf==6.33.4
1010
grpcio==1.76.0
1111
grpcio-tools==1.76.0
1212
pytest==9.0.2

requirements/requirements_docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sphinx==8.2.3
22
jupyter_sphinx==0.5.3
33
numpydoc==1.10.0
4-
ansys_sphinx_theme==1.6.3
4+
ansys_sphinx_theme==1.6.4
55
pypandoc==1.16.2
66
pytest-sphinx==0.6.3
77
sphinx-autobuild==2025.8.25
@@ -10,8 +10,8 @@ sphinx-copybutton==0.5.2
1010
sphinx-gallery==0.20.0
1111
sphinx-notfound-page==1.1.0
1212
sphinxcontrib-websupport==2.0.0
13-
sphinxemoji==0.3.1
13+
sphinxemoji==0.3.2
1414
pandas==2.3.3
1515
pandoc>=2.1
16-
matplotlib==3.10.7
16+
matplotlib==3.10.8
1717
breathe>=4.33.1

src/ansys/eigen/cpp/cpp-clients/setup.py

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

0 commit comments

Comments
 (0)