mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 18:45:40 +00:00
Pin hashes in requirements (#7081)
* use global pin for requests * unify on yaml for workflo files * format workflow files * pin action versions * fix pinned version * use system venv * switch args * remove uv for now and add setting for pyyaml * use requirements file * also switch on docker flow * generate hashes * added hashes to reqs * add hashes for CI too * add hash checking * require hashes everywhere possible * require hashes where possible in docker
This commit is contained in:
@ -19,7 +19,7 @@ If the `invoke` command does not work, it means that the [invoke](https://pypi.o
|
||||
Update the installed python packages with PIP:
|
||||
|
||||
```
|
||||
pip3 install -U -r requirements.txt
|
||||
pip3 install -U --require-hashes -r requirements.txt
|
||||
```
|
||||
|
||||
### Invoke Version
|
||||
|
Reference in New Issue
Block a user