Skip to content

Commit

Permalink
Update bundled pip to 24.2.0 (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Aug 2, 2024
1 parent c0616e1 commit 29e3657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rye/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques
suffix: None,
};

const SELF_VERSION: u64 = 21;
const SELF_VERSION: u64 = 22;

pub const SELF_REQUIREMENTS: &str = r#"
build==1.2.1
Expand Down
2 changes: 1 addition & 1 deletion rye/src/piptools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::utils::{get_venv_python_bin, CommandOutput, IoPathContext};

// When changing these, also update `SELF_VERSION` in bootstrap.rs to ensure
// that the internals are re-created.
pub const LATEST_PIP: &str = "pip==23.3.2";
pub const LATEST_PIP: &str = "pip==24.2.0";
const PIP_TOOLS_LATEST_REQ: &[&str] = &[LATEST_PIP, "pip-tools==7.3.0"];
const PIP_TOOLS_LEGACY_REQ: &[&str] = &["pip==22.2.0", "pip-tools==6.14.0"];

Expand Down

0 comments on commit 29e3657

Please sign in to comment.