Skip to content

Commit

Permalink
Bump uv to 0.1.9 (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 authored Feb 23, 2024
1 parent 255c102 commit e2f90d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _Unreleased_

- Fixed `rye config --show-path` abort with an error. #706

- Bumped `uv` to 0.1.7. #719, #740
- Bumped `uv` to 0.1.9. #719, #740, #746

- Bumped `ruff` to 0.2.2. #700

Expand Down
2 changes: 1 addition & 1 deletion rye/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ unearth==0.14.0
urllib3==2.0.7
virtualenv==20.25.0
ruff==0.2.2
uv==0.1.7
uv==0.1.9
"#;

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

0 comments on commit e2f90d3

Please sign in to comment.