diff --git a/rye/src/bootstrap.rs b/rye/src/bootstrap.rs index c52ad54af7..6ad1b1ef6d 100644 --- a/rye/src/bootstrap.rs +++ b/rye/src/bootstrap.rs @@ -32,7 +32,7 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques suffix: None, }; -const SELF_VERSION: u64 = 23; +const SELF_VERSION: u64 = 24; pub const SELF_REQUIREMENTS: &str = r#" build==1.2.1 @@ -51,7 +51,7 @@ twine==5.1.1 unearth==0.14.0 urllib3==2.0.7 virtualenv==20.25.0 -ruff==0.6.3 +ruff==0.6.7 "#; static FORCED_TO_UPDATE: AtomicBool = AtomicBool::new(false);