Skip to content

Commit

Permalink
MAINT: Revert grpcio version for tests. Modify dependabot.yml so it d…
Browse files Browse the repository at this point in the history
…oesn't update grpcio dependencies (#485)

Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
ansjmoody and pyansys-ci-bot authored Jan 15, 2025
1 parent bbf28e8 commit 3a358f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
- "dependencies"
commit-message:
prefix: "MAINT"
ignore:
- dependency-name: "grpcio"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/485.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MAINT: Revert grpcio version for tests. Modify dependabot.yml so it doesn't update grpcio dependencies
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [

[project.optional-dependencies]
tests = [
"grpcio==1.69.0",
"grpcio>=1.17, <1.68.0",
"protobuf==5.28.0",
"pytest==8.3.4",
"pytest-cov==6.0.0",
Expand Down

0 comments on commit 3a358f9

Please sign in to comment.