Skip to content

Commit 6cd803e

Browse files
Update bundled Ruff version to v0.6.3 (#1367)
1 parent 23e125e commit 6cd803e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rye/src/bootstrap.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques
3232
suffix: None,
3333
};
3434

35-
const SELF_VERSION: u64 = 22;
35+
const SELF_VERSION: u64 = 23;
3636

3737
pub const SELF_REQUIREMENTS: &str = r#"
3838
build==1.2.1
@@ -51,7 +51,7 @@ twine==5.1.1
5151
unearth==0.14.0
5252
urllib3==2.0.7
5353
virtualenv==20.25.0
54-
ruff==0.5.4
54+
ruff==0.6.3
5555
"#;
5656

5757
static FORCED_TO_UPDATE: AtomicBool = AtomicBool::new(false);

0 commit comments

Comments
 (0)