diff --git a/CHANGELOG.md b/CHANGELOG.md index c05793bb24..0f34662ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ _Unreleased_ - The `self update` command now accepts `--branch`. #864 +- Fixed an issue that caused pip-tools to not update. #865 + +- Updates `build` and `certifi`. #866 + ## 0.28.0 Released on 2024-03-07 diff --git a/rye/src/bootstrap.rs b/rye/src/bootstrap.rs index 73bff3e033..f623497312 100644 --- a/rye/src/bootstrap.rs +++ b/rye/src/bootstrap.rs @@ -31,11 +31,11 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques suffix: None, }; -const SELF_VERSION: u64 = 16; +const SELF_VERSION: u64 = 17; const SELF_REQUIREMENTS: &str = r#" -build==1.0.3 -certifi==2023.11.17 +build==1.1.1 +certifi==2024.2.2 charset-normalizer==3.3.2 click==8.1.7 distlib==0.3.8