You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ch...@apache.org on 2022/12/29 14:00:56 UTC

[buildstream] branch chandan/update-pinned-deps created (now 3416fb14f)

This is an automated email from the ASF dual-hosted git repository.

chandan pushed a change to branch chandan/update-pinned-deps
in repository https://gitbox.apache.org/repos/asf/buildstream.git


      at 3416fb14f requirements.txt: Bump grpc version to be compatible with Python 3.11

This branch includes the following new commits:

     new 3416fb14f requirements.txt: Bump grpc version to be compatible with Python 3.11

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: requirements.txt: Bump grpc version to be compatible with Python 3.11

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chandan pushed a commit to branch chandan/update-pinned-deps
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 3416fb14f68f748fe66b4fd81c755cca7972c20d
Author: Chandan Singh <ch...@chandansingh.net>
AuthorDate: Thu Dec 29 13:59:43 2022 +0000

    requirements.txt: Bump grpc version to be compatible with Python 3.11
---
 requirements/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index e8dd97c48..f305cdbc3 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -1,5 +1,5 @@
 click==8.1.3
-grpcio==1.46.0
+grpcio==1.49.1
 Jinja2==3.1.2
 pluginbase==1.0.1
 protobuf==4.21.12