Skip to content

Commit

Permalink
Update lock file for new python
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Dec 10, 2023
1 parent 323344e commit e4db777
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ pub(crate) fn run(invocation: &clap::ArgMatches) -> Result<()> {
}
f.write(b"];\n")?;

// TODO O2DevScripts Need to add running 'poetry lock --no-update' in python_app, python_no_app, no_workspace/user_install to update Python versions in lock files.

Ok(())
}

Expand Down
16 changes: 8 additions & 8 deletions test_apps/no_workspace/user_install/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions test_apps/python_app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions test_apps/python_no_app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4db777

Please sign in to comment.