Skip to content

Commit

Permalink
Update grpcio for fog-local-network (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin authored Oct 23, 2024
1 parent c43d4b5 commit d2aa66b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3'
python-version: '3.13'
- name: Set up environment
working-directory: tools/fog-local-network
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions tools/fog-local-network/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grpcio==1.60.0
grpcio-tools==1.60.0
grpcio==1.67.0
grpcio-tools==1.67.0

0 comments on commit d2aa66b

Please sign in to comment.