Skip to content

Commit

Permalink
MAINT: Bump ansys-api-dbu from 0.3.0 to 0.3.1 in the pip-deps group (#78
Browse files Browse the repository at this point in the history
)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and RobPasMue authored May 24, 2024
1 parent 18f57c9 commit ca70e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ requires = [
"setuptools >= 42.0.0",
"wheel",
"ansys_tools_protoc_helper>=0.4.0",
"ansys-api-dbu==0.3.0",
"ansys-api-dbu==0.3.1",
]
build-backend = "setuptools.build_meta:__legacy__"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
url=f"https://github.com/ansys/{package_name}",
license="MIT",
python_requires=">=3.7",
install_requires=["grpcio~=1.47", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.0"],
install_requires=["grpcio~=1.47", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.1"],
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
package_data={
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],
Expand Down

0 comments on commit ca70e05

Please sign in to comment.