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

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new cb5d5bb8fc3 Update jupyter-client requirement from <6.1.13,>=6.1.11 to 
>=6.1.11,<8.0.3 in /sdks/python (#25292)
cb5d5bb8fc3 is described below

commit cb5d5bb8fc381c5dc28b49d7624fe0fc08682200
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 10 14:47:51 2023 -0800

    Update jupyter-client requirement from <6.1.13,>=6.1.11 to >=6.1.11,<8.0.3 
in /sdks/python (#25292)
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index f967e57cb5d..7525177a5b2 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -326,7 +326,7 @@ if __name__ == '__main__':
             'ipywidgets>=8,<9',
             # Skip version 6.1.13 due to
             # https://github.com/jupyter/jupyter_client/issues/637
-            'jupyter-client>=6.1.11,<6.1.13',
+            'jupyter-client>=6.1.11,<8.0.3',
             'timeloop>=1.0.2,<2',
           ],
           'interactive_test': [

Reply via email to