Skip to content

Commit

Permalink
Update build and certify (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored Mar 10, 2024
1 parent 10bb5a8 commit c36c7eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions rye/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c36c7eb

Please sign in to comment.