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

jrmccluskey 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 f20da8a1c4a Update ruff and pyrefly dependencies (#39531)
f20da8a1c4a is described below

commit f20da8a1c4abe264ded3ed12e151ebd9cf3651b1
Author: Jack McCluskey <[email protected]>
AuthorDate: Tue Jul 28 15:09:04 2026 -0400

    Update ruff and pyrefly dependencies (#39531)
    
    * Update ruff and pyrefly dependencies
    
    * add end-of-file whitespace
---
 sdks/python/pyproject.toml | 1 +
 sdks/python/setup.py       | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml
index c5e642a8b37..d8f09d7474b 100644
--- a/sdks/python/pyproject.toml
+++ b/sdks/python/pyproject.toml
@@ -213,3 +213,4 @@ invalid-argument = "ignore"
 invalid-inheritance = "ignore"
 not-iterable = "ignore"
 unexpected-keyword = "ignore"
+bad-class-definition = "ignore"
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 65c247fa505..5ffa191e900 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -461,8 +461,8 @@ if __name__ == '__main__':
       # BEAM-8840: Do NOT use tests_require or setup_requires.
       extras_require={
           'dev': [
-            'pyrefly==0.54.0',
-            'ruff==0.15.7',
+            'pyrefly==1.1.1',
+            'ruff==0.15.22',
             'yapf==0.43.0',
           ],
           'dill': [

Reply via email to