Skip to content

Commit

Permalink
Bump bundled Ruff version to v0.7.0 (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Oct 21, 2024
1 parent d92f67d commit 6dca262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rye/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques
suffix: None,
};

const SELF_VERSION: u64 = 24;
const SELF_VERSION: u64 = 25;

pub const SELF_REQUIREMENTS: &str = r#"
build==1.2.1
Expand All @@ -51,7 +51,7 @@ twine==5.1.1
unearth==0.14.0
urllib3==2.0.7
virtualenv==20.25.0
ruff==0.6.7
ruff==0.7.0
"#;

static FORCED_TO_UPDATE: AtomicBool = AtomicBool::new(false);
Expand Down

0 comments on commit 6dca262

Please sign in to comment.