mirror of https://github.com/nicolargo/glances.git
Update deps
This commit is contained in:
parent
36ed96b05a
commit
06d458ac63
6
Makefile
6
Makefile
|
|
@ -81,7 +81,7 @@ test-min-with-upgrade: venv-min-upgrade ## Upgrade deps and run unit tests in mi
|
|||
./venv-min/bin/python ./unitest.py
|
||||
|
||||
# ===================================================================
|
||||
# Linters and profilers
|
||||
# Linters, profilers and cyber security
|
||||
# ===================================================================
|
||||
|
||||
format: ## Format the code
|
||||
|
|
@ -123,6 +123,10 @@ memory-profiling: ## Profile memory usage
|
|||
./venv-dev/bin/mprof plot --output ./docs/_static/glances-memory-profiling-without-history.png
|
||||
rm -f mprofile_*.dat
|
||||
|
||||
# Trivy installation: https://aquasecurity.github.io/trivy/latest/getting-started/installation/
|
||||
trivy: ## Run Trivy to find vulnerabilities in container images
|
||||
trivy fs .
|
||||
|
||||
# ===================================================================
|
||||
# Docs
|
||||
# ===================================================================
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ podman; python_version >= "3.6"
|
|||
packaging; python_version >= "3.7"
|
||||
python-dateutil
|
||||
six
|
||||
urllib3<2.0 # See issue https://github.com/nicolargo/glances/issues/2392
|
||||
requests # See issue - https://github.com/nicolargo/glances/issues/2233
|
||||
urllib3<2.0 # See issue https://github.com/nicolargo/glances/issues/2617
|
||||
requests
|
||||
|
|
|
|||
Loading…
Reference in New Issue