Skip to content

Commit

Permalink
Update gRPC (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasys authored Jan 2, 2025
1 parent 46f05aa commit 5f359f9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
'django-test-migrations~=1.3.0',
'djangorestframework~=3.15.2',
'drf-spectacular~=0.27.2',
'grpcio~=1.66.2',
'grpcio~=1.68.1',
'ipython~=8.10.0',
'jwcrypto~=1.5.6',
'jinja2~=3.1.5',
Expand Down
2 changes: 1 addition & 1 deletion requirements-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ googleapis-common-protos==1.63.2
# via google-api-core
greenlet==3.0.3
# via sqlalchemy
grpcio==1.66.2
grpcio==1.68.1
# via -r requirements.in
h11==0.14.0
# via httpcore
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ greenlet==3.0.3
# via
# -c requirements-aarch64.txt
# sqlalchemy
grpcio==1.66.2
grpcio==1.68.1
# via
# -c requirements-aarch64.txt
# grpcio-tools
grpcio-tools==1.66.2
grpcio-tools==1.68.1
# via -r requirements-dev.in
h11==0.14.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ greenlet==3.0.3
# via
# -c requirements-x86_64.txt
# sqlalchemy
grpcio==1.66.2
grpcio==1.68.1
# via
# -c requirements-x86_64.txt
# grpcio-tools
grpcio-tools==1.66.2
grpcio-tools==1.68.1
# via -r requirements-dev.in
h11==0.14.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black==24.3.0
coverage==7.2.1
certifi@git+https://github.com/ansible/system-certifi@5aa52ab91f9d579bfe52b5acf30ca799f1a563d9
flake8==6.0.0
grpcio-tools==1.66.2
grpcio-tools==1.68.1
# pin idna until responses -> requests is updated
idna==3.7
isort==5.10.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ googleapis-common-protos==1.63.2
# via google-api-core
greenlet==3.0.3
# via sqlalchemy
grpcio==1.66.2
grpcio==1.68.1
# via -r requirements.in
h11==0.14.0
# via httpcore
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ django_prometheus==2.2.0
django-test-migrations==1.3.0
djangorestframework==3.15.2
drf-spectacular==0.27.2
grpcio==1.66.2
grpcio==1.68.1
# pin idna on 3.7 to address GHSA-jjg7-2v4v-x38h
# remove this once requests and yarl is updated to properly
# pull a version of idna >= 3.7.
Expand Down

0 comments on commit 5f359f9

Please sign in to comment.