Skip to content
Snippets Groups Projects
Commit c3f09477 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler Committed by Wilbur, Spencer Franklin
Browse files

Update dependencies in poetry.lock

I ran `poetry update`, which fixed several vulnerabilities. HOWEVER,
there were a couple that didn't get fixed, including the wheel package.
I ran `poetry run pip install -U wheel` to update wheel in my own virtual
environmenet instead of adding it to pyproject.toml. This is because I
read something that indicated that wheel is a rather special package that
either should be, or actually cannot be, handled via pyrpoject.toml. I
*believe* that the Gitlab pipeline will create an entirely new virtual
environemnt, and that this will not be an issue, but we'll see.
parent 994da754
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment